[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Thu Aug 24 20:04:30 EDT 2017
raeburn Fri Aug 25 00:04:30 2017 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Add missing space.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.310 loncom/interface/domainprefs.pm:1.311
--- loncom/interface/domainprefs.pm:1.310 Tue Aug 15 22:44:51 2017
+++ loncom/interface/domainprefs.pm Fri Aug 25 00:04:29 2017
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.310 2017/08/15 22:44:51 raeburn Exp $
+# $Id: domainprefs.pm,v 1.311 2017/08/25 00:04:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -6402,7 +6402,7 @@
}
$output .= '<td class="LC_left_item">'.
'<span class="LC_nobreak"><label>'.
- '<input type="checkbox" name="'.$name.'"'.
+ '<input type="checkbox" name="'.$name.'" '.
'value="'.$ruleorder->[$i].'"'.$check.'/>'.
$rules->{$ruleorder->[$i]}{'name'}.'</label></span></td>';
}
More information about the LON-CAPA-cvs
mailing list