[LON-CAPA-cvs] cvs: rat(version_2_11_X) / lonsequence.pm
raeburn
raeburn at source.lon-capa.org
Thu Jun 24 17:22:27 EDT 2021
raeburn Thu Jun 24 21:22:27 2021 EDT
Modified files: (Branch: version_2_11_X)
/rat lonsequence.pm
Log:
- For 2.11
Backport 1.55
Index: rat/lonsequence.pm
diff -u rat/lonsequence.pm:1.48.2.2 rat/lonsequence.pm:1.48.2.3
--- rat/lonsequence.pm:1.48.2.2 Thu Sep 3 12:49:17 2020
+++ rat/lonsequence.pm Thu Jun 24 21:22:27 2021
@@ -2,7 +2,7 @@
#
# Sequence Handler
#
-# $Id: lonsequence.pm,v 1.48.2.2 2020/09/03 12:49:17 raeburn Exp $
+# $Id: lonsequence.pm,v 1.48.2.3 2021/06/24 21:22:27 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -278,7 +278,8 @@
}
push(@crumbs,{text => $maptitle, no_mt => 1});
$args = {'bread_crumbs' => \@crumbs,
- 'bread_crumbs_nomenu' => 1};
+ 'bread_crumbs_nomenu' => 1,
+ 'no_auto_mt_title' => 1};
$r->print(&Apache::loncommon::start_page($maptitle,undef,$args));
my $renderArgs = { 'cols' => [0,1,2,3],
More information about the LON-CAPA-cvs
mailing list