[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn at source.lon-capa.org
Mon Oct 22 09:46:15 EDT 2018
raeburn Mon Oct 22 13:46:15 2018 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- Typo
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.338 loncom/interface/domainprefs.pm:1.339
--- loncom/interface/domainprefs.pm:1.338 Tue Aug 14 22:15:20 2018
+++ loncom/interface/domainprefs.pm Mon Oct 22 13:46:14 2018
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.338 2018/08/14 22:15:20 raeburn Exp $
+# $Id: domainprefs.pm,v 1.339 2018/10/22 13:46:14 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -5033,7 +5033,7 @@
$output .= $lt{$extra}.' '.
'<label><input type="radio" name="lti_'.$extra.'_'.$num.'" value="0"'.$checkedoff.$onclickpb.' />'.
&mt('No').'</label>'.(' 'x2).
- '<label><input type="radio" name="lti_'.$extra.'_'.$num.'" value="1"'.$checkedon.$onclickpb' />'.
+ '<label><input type="radio" name="lti_'.$extra.'_'.$num.'" value="1"'.$checkedon.$onclickpb.' />'.
&mt('Yes').'</label><br />';
}
$output .= '<div class="LC_floatleft" style="display:'.$passbacksty.';" id="lti_passback_'.$num.'">'.
More information about the LON-CAPA-cvs
mailing list