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