--- loncom/homework/structuretags.pm 2017/09/15 17:05:32 1.512.2.13.4.2 +++ loncom/homework/structuretags.pm 2018/03/28 10:29:54 1.512.2.13.4.3 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # definition of tags that give a structure to a document # -# $Id: structuretags.pm,v 1.512.2.13.4.2 2017/09/15 17:05:32 raeburn Exp $ +# $Id: structuretags.pm,v 1.512.2.13.4.3 2018/03/28 10:29:54 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2017,6 +2017,8 @@ sub end_library { && ($#$tagstack eq 0 && $$tagstack[0] eq 'library') && $env{'request.state'} eq "construct") { $result.=''.&Apache::loncommon::end_page({'discussion' => 1}); + } elsif ($target eq 'meta') { + $result.=&Apache::response::meta_response_order(); } if ( $#$tagstack eq 0 && $$tagstack[0] eq 'library') { &reset_problem_globals('library');