--- loncom/homework/structuretags.pm 2009/10/06 11:03:30 1.457.2.1 +++ loncom/homework/structuretags.pm 2009/10/16 17:23:51 1.458 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.457.2.1 2009/10/06 11:03:30 foxr Exp $ +# $Id: structuretags.pm,v 1.458 2009/10/16 17:23:51 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -391,7 +391,7 @@ sub problem_edit_header { '.&Apache::lonxml::message_location().' '. - '
'; + '
'; } sub problem_edit_footer { @@ -886,7 +886,7 @@ sub start_problem { $name); } -#TESTTESTTEST if ($target eq 'tex' and $env{'request.symb'} =~ m/\.page_/) {$result='';} + if ($target eq 'tex' and $env{'request.symb'} =~ m/\.page_/) {$result='';} if ($target eq 'analyze') { my $rndseed=&setup_rndseed($safeeval); } if ($target eq 'web' || $target eq 'grade' || $target eq 'answer' ||