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

raeburn raeburn at source.lon-capa.org
Mon Feb 3 22:44:21 EST 2020


raeburn		Tue Feb  4 03:44:21 2020 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/interface	domainprefs.pm 
  Log:
  - For 2.11
    Typo in 1.160.6.87 backport of 1.327. 
  
  
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.160.6.102 loncom/interface/domainprefs.pm:1.160.6.103
--- loncom/interface/domainprefs.pm:1.160.6.102	Tue Oct 15 03:50:23 2019
+++ loncom/interface/domainprefs.pm	Tue Feb  4 03:44:19 2020
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Handler to set domain-wide configuration settings
 #
-# $Id: domainprefs.pm,v 1.160.6.102 2019/10/15 03:50:23 raeburn Exp $
+# $Id: domainprefs.pm,v 1.160.6.103 2020/02/04 03:44:19 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -7524,7 +7524,7 @@
                   .'<option value="0">1</option>'
                   .'<option value="1">2</option>'
                   .'<option value="2" selected="selected">3</option></select> '
-                  .&mt('Add category').'</span></td><tda<span class="LC_nobreak">>'.&mt('Name:')
+                  .&mt('Add category').'</span></td><td><span class="LC_nobreak">'.&mt('Name:')
                   .' <input type="text" size="20" name="addcategory_name" value="" /></span>'
                   .'</td></tr>';
     return $datatable;




More information about the LON-CAPA-cvs mailing list