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

raeburn raeburn at source.lon-capa.org
Fri Jul 6 09:43:15 EDT 2018


raeburn		Fri Jul  6 13:43:15 2018 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Satisfy w3c validation (balance tags).
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.332 loncom/interface/domainprefs.pm:1.333
--- loncom/interface/domainprefs.pm:1.332	Fri Jul  6 13:32:56 2018
+++ loncom/interface/domainprefs.pm	Fri Jul  6 13:43:14 2018
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.332 2018/07/06 13:32:56 raeburn Exp $
+# $Id: domainprefs.pm,v 1.333 2018/07/06 13:43:14 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3024,7 +3024,7 @@
                   '<td>'.&mt('Failsafe for no drops when institutional data missing').'</td>'.
                   '<td class="LC_right_item"><span class="LC_nobreak">'.
                   '<input type="text" name="autoenroll_failsafe"'.
-                  ' value="'.$failsafe.'" size="4" /></td></tr>';
+                  ' value="'.$failsafe.'" size="4" /></span></td></tr>';
     $$rowtotal += 4;
     return $datatable;
 }




More information about the LON-CAPA-cvs mailing list