--- loncom/homework/structuretags.pm 2010/08/01 03:57:27 1.472 +++ loncom/homework/structuretags.pm 2010/08/07 19:24:03 1.473 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.472 2010/08/01 03:57:27 raeburn Exp $ +# $Id: structuretags.pm,v 1.473 2010/08/07 19:24:03 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -401,8 +401,6 @@ sub problem_edit_footer {
'. - - &Apache::lonhtmlcommon::htmlareaselectactive(&Apache::lonhtmlcommon::get_htmlareafields()). "\n\n".&Apache::loncommon::end_page(); } @@ -1183,7 +1181,6 @@ sub end_problem { if ($target ne 'tex' && $env{'form.answer_output_mode'} ne 'tex') { $result.=""; - $result.= &Apache::lonhtmlcommon::htmlareaselectactive(&Apache::lonhtmlcommon::get_htmlareafields()); } if ($target eq 'web') { $result.= &Apache::loncommon::end_page({'discussion' => 1});