--- rat/lonpage.pm 2020/02/17 23:32:03 1.132
+++ rat/lonpage.pm 2020/02/18 22:28:41 1.133
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Page Handler
#
-# $Id: lonpage.pm,v 1.132 2020/02/17 23:32:03 raeburn Exp $
+# $Id: lonpage.pm,v 1.133 2020/02/18 22:28:41 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -643,6 +643,7 @@ ENDEXT
'// ]]>'.
"\n\n";
}
+ &Apache::lonhtmlcommon::clear_breadcrumb_tools();
if (keys(%hastimeleft)) {
my (%uniquetimes,%uniquedisplays);
foreach my $item (values(%hastimeleft)) {
@@ -1064,7 +1065,6 @@ $collapse
$expand
END
- &Apache::lonhtmlcommon::clear_breadcrumb_tools();
&Apache::lonhtmlcommon::add_breadcrumb_tool('tools',$output);
return;
}