--- loncom/homework/structuretags.pm 2017/09/15 15:10:11 1.512.2.14 +++ loncom/homework/structuretags.pm 2018/09/14 23:09:43 1.512.2.15 @@ -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.14 2017/09/15 15:10:11 raeburn Exp $ +# $Id: structuretags.pm,v 1.512.2.15 2018/09/14 23:09:43 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2016,6 +2016,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');