[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework structuretags.pm

raeburn raeburn at source.lon-capa.org
Mon Sep 11 09:46:12 EDT 2023


raeburn		Mon Sep 11 13:46:12 2023 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/homework	structuretags.pm 
  Log:
  - For 2.11
    Backport 1.578
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.512.2.24 loncom/homework/structuretags.pm:1.512.2.25
--- loncom/homework/structuretags.pm:1.512.2.24	Mon Sep 28 00:46:06 2020
+++ loncom/homework/structuretags.pm	Mon Sep 11 13:46:11 2023
@@ -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.24 2020/09/28 00:46:06 raeburn Exp $
+# $Id: structuretags.pm,v 1.512.2.25 2023/09/11 13:46:11 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -2034,7 +2034,8 @@
     # computation:
     #
     if ($target eq 'web') {
-        $result .= &Apache::lonhtmlcommon::set_compute_end_time();
+        $result .= &Apache::lonhtmlcommon::dash_to_minus_js().
+                   &Apache::lonhtmlcommon::set_compute_end_time();
         #
         # Closing tags delayed so any <script></script> tags 
         # not in head can appear inside body, for valid xhtml.




More information about the LON-CAPA-cvs mailing list