[LON-CAPA-cvs] cvs: loncom /interface lonselstudent.pm
raeburn
raeburn at source.lon-capa.org
Fri Oct 21 21:53:27 EDT 2016
raeburn Sat Oct 22 01:53:27 2016 EDT
Modified files:
/loncom/interface lonselstudent.pm
Log:
- satisfy w3c validation.
Index: loncom/interface/lonselstudent.pm
diff -u loncom/interface/lonselstudent.pm:1.15 loncom/interface/lonselstudent.pm:1.16
--- loncom/interface/lonselstudent.pm:1.15 Sun Aug 16 00:21:21 2015
+++ loncom/interface/lonselstudent.pm Sat Oct 22 01:53:27 2016
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# lonselstudent.pm : Reusable subs for student selection.
#
-# $Id: lonselstudent.pm,v 1.15 2015/08/16 00:21:21 raeburn Exp $
+# $Id: lonselstudent.pm,v 1.16 2016/10/22 01:53:27 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -335,7 +335,7 @@
$result .= '<option value="nosection">'.&mt('No Section').'</option>';
$result .= "\n";
foreach my $sec (sort {lc($a) cmp lc($b)} (keys(%sections))) {
- $result .= '<option name="'.$sec.'">'.$sec.'</option>'."\n";
+ $result .= '<option value="'.$sec.'">'.$sec.'</option>'."\n";
}
$result .= '</select></td><td valign="top">';
$result .= '<input type="button" name="'.$formprefix.'.select" value="'.&mt('Select').'" onclick='
More information about the LON-CAPA-cvs
mailing list