--- loncom/homework/structuretags.pm 2007/11/13 23:01:05 1.411 +++ loncom/homework/structuretags.pm 2007/11/13 23:33:01 1.413 @@ -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.413 2007/11/13 23:33:01 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -324,8 +324,22 @@ sub problem_edit_header { } sub problem_edit_footer { - return '
- '. + return '
+ +'. + &Apache::lonhtmlcommon::htmlareaselectactive(&Apache::lonhtmlcommon::get_htmlareafields()). "\n\n".&Apache::loncommon::end_page(); }