[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm

raeburn raeburn at source.lon-capa.org
Sun Jul 14 12:08:04 EDT 2024


raeburn		Sun Jul 14 16:08:04 2024 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Add some missing closing tags.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.441 loncom/interface/domainprefs.pm:1.442
--- loncom/interface/domainprefs.pm:1.441	Tue May 21 02:57:15 2024
+++ loncom/interface/domainprefs.pm	Sun Jul 14 16:08:04 2024
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.441 2024/05/21 02:57:15 raeburn Exp $
+# $Id: domainprefs.pm,v 1.442 2024/07/14 16:08:04 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -14850,6 +14850,7 @@
                             $resulttext .= '<li>'.&mt('Validated course requests identified as processed by: [_1]',
                                                      '<b>'.$changes{'validation'}{'dc'}.'</b>').'</li>';
                         }
+                        $resulttext .= '</ul></li>';
                     }
                 }
             }




More information about the LON-CAPA-cvs mailing list