[LON-CAPA-cvs] cvs: rat / lonsequence.pm

raeburn raeburn at source.lon-capa.org
Thu Jun 24 17:19:22 EDT 2021


raeburn		Thu Jun 24 21:19:22 2021 EDT

  Modified files:              
    /rat	lonsequence.pm 
  Log:
  - Prevent ISE when map title contains square brackets.
  
  
Index: rat/lonsequence.pm
diff -u rat/lonsequence.pm:1.54 rat/lonsequence.pm:1.55
--- rat/lonsequence.pm:1.54	Mon Apr 19 18:21:13 2021
+++ rat/lonsequence.pm	Thu Jun 24 21:19:22 2021
@@ -2,7 +2,7 @@
 #
 # Sequence Handler
 #
-# $Id: lonsequence.pm,v 1.54 2021/04/19 18:21:13 raeburn Exp $
+# $Id: lonsequence.pm,v 1.55 2021/06/24 21:19:22 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -291,7 +291,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