--- loncom/homework/structuretags.pm 2007/11/13 23:01:05 1.411 +++ loncom/homework/structuretags.pm 2007/11/13 23:05:32 1.412 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.411 2007/11/13 23:01:05 albertel Exp $ +# $Id: structuretags.pm,v 1.412 2007/11/13 23:05:32 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -324,8 +324,23 @@ sub problem_edit_header { } sub problem_edit_footer { - return '
- '. + return '
+ +'. + &Apache::lonhtmlcommon::htmlareaselectactive(&Apache::lonhtmlcommon::get_htmlareafields()). "\n\n".&Apache::loncommon::end_page(); }