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

raeburn raeburn at source.lon-capa.org
Sun Jul 14 19:10:08 EDT 2024


raeburn		Sun Jul 14 23:10:08 2024 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    Backport 1.442
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.123 loncom/interface/domainprefs.pm:1.160.6.124
--- loncom/interface/domainprefs.pm:1.160.6.123	Wed Jul  3 21:16:32 2024
+++ loncom/interface/domainprefs.pm	Sun Jul 14 23:10:08 2024
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.123 2024/07/03 21:16:32 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.124 2024/07/14 23:10:08 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -11454,6 +11454,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