--- loncom/homework/structuretags.pm 2003/10/08 16:37:30 1.214 +++ loncom/homework/structuretags.pm 2003/10/09 21:49:24 1.215 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.214 2003/10/08 16:37:30 albertel Exp $ +# $Id: structuretags.pm,v 1.215 2003/10/09 21:49:24 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -574,6 +574,7 @@ sub end_problem { @Apache::inputtags::response=(); $result=&Apache::response::mandatory_part_meta; } + $result.=&Apache::response::meta_part_order(); } elsif ($target eq 'edit') { &Apache::lonxml::debug("in end_problem with $target, edit"); $result = &problem_edit_footer();