[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework structuretags.pm
raeburn
raeburn at source.lon-capa.org
Fri Sep 14 19:09:44 EDT 2018
raeburn Fri Sep 14 23:09:44 2018 EDT
Modified files: (Branch: version_2_11_X)
/loncom/homework structuretags.pm
Log:
- For 2.11
Backport 1.558
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.512.2.14 loncom/homework/structuretags.pm:1.512.2.15
--- loncom/homework/structuretags.pm:1.512.2.14 Fri Sep 15 15:10:11 2017
+++ loncom/homework/structuretags.pm Fri Sep 14 23:09:43 2018
@@ -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 @@
&& ($#$tagstack eq 0 && $$tagstack[0] eq 'library')
&& $env{'request.state'} eq "construct") {
$result.='</form>'.&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');
More information about the LON-CAPA-cvs
mailing list