--- loncom/homework/structuretags.pm 2006/04/28 18:33:10 1.353 +++ loncom/homework/structuretags.pm 2006/04/28 18:34:22 1.354 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.353 2006/04/28 18:33:10 albertel Exp $ +# $Id: structuretags.pm,v 1.354 2006/04/28 18:34:22 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -606,7 +606,8 @@ sub start_problem { my $name= &get_resource_name($parstack,$safeeval); my ($result,$form_tag_start); - if ($target eq 'web' || $target eq 'webgrade' || $target eq 'tex') { + if ($target eq 'web' || $target eq 'webgrade' || $target eq 'tex' + || $target eq 'edit') { ($result,$form_tag_start) = &page_start($target,$token,$tagstack,$parstack,$parser,$safeeval, $name);