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

raeburn raeburn at source.lon-capa.org
Fri Jul 6 09:32:56 EDT 2018


raeburn		Fri Jul  6 13:32:56 2018 EDT

  Modified files:              
    /loncom/interface	domainprefs.pm 
  Log:
  - Typo.
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.331 loncom/interface/domainprefs.pm:1.332
--- loncom/interface/domainprefs.pm:1.331	Fri Jul  6 13:29:49 2018
+++ loncom/interface/domainprefs.pm	Fri Jul  6 13:32:56 2018
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.331 2018/07/06 13:29:49 raeburn Exp $
+# $Id: domainprefs.pm,v 1.332 2018/07/06 13:32:56 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7630,7 +7630,7 @@
                                    1 => 'Yes, allow login then update passwd file using default cost (if higher)',
                                    2 => 'Yes, disallow login if stored cost is less than domain default',
                                  );
-                $datatable .= '<table wisth="100%">';
+                $datatable .= '<table width="100%">';
                 foreach my $option (@options) {
                     my $checked = ' ';
                     my $onclick;




More information about the LON-CAPA-cvs mailing list