--- loncom/homework/structuretags.pm 2002/06/20 17:48:35 1.96 +++ loncom/homework/structuretags.pm 2002/06/21 20:27:54 1.97 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.96 2002/06/20 17:48:35 sakharuk Exp $ +# $Id: structuretags.pm,v 1.97 2002/06/21 20:27:54 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -290,10 +290,11 @@ sub start_problem { $ENV{'request.uri'}.'"> - +
-
+ +
'; my $temp=&Apache::edit::insertlist($target,$token); $result.=$temp; @@ -349,7 +350,8 @@ sub end_problem { } } elsif ($target eq 'edit') { &Apache::lonxml::debug("in end_problem with $target, edit"); - $result='
'; + $result ='
'; + $result.=''; } elsif ($target eq 'tex') { $result .= '\vskip 0.5mm\noindent\makebox[9.0cm][b]{\hrulefill}'; if (not $ENV{'request.symb'} =~ m/\.page_/) {