]> git.mjollnir.org Git - moodle.git/commitdiff
MDL-12581 fixed multiple xhtml strict; merged from MOODLE_19_STABLE
authorskodak <skodak>
Sat, 15 Dec 2007 16:06:09 +0000 (16:06 +0000)
committerskodak <skodak>
Sat, 15 Dec 2007 16:06:09 +0000 (16:06 +0000)
course/importstudents.html

index ab35b54cfd0d77a636214e53e455a2a0cb201f22..c997283dfeef232ef83ee6545e4a45fdd940898f 100644 (file)
@@ -8,7 +8,7 @@
       <td valign="top">
           <label for="removeselect"><?php echo count($alreadycourses) . " ". $stralreadycourses ?></label>
           <br />
-          <select name="removeselect[]" size="20" id="removeselect" multiple
+          <select name="removeselect[]" size="20" id="removeselect" multiple="multiple"
                   onFocus="getElementById('studentform').add.disabled=true;
                            getElementById('studentform').remove.disabled=false;
                            getElementById('studentform').addselect.selectedIndex=-1;">
@@ -29,7 +29,7 @@
       <td valign="top">
           <label for="addselect"><?php echo $numcourses . " " . $strpotentialcourses ?></label>
           <br />
-          <select name="addselect[]" size="20" id="addselect" multiple
+          <select name="addselect[]" size="20" id="addselect" multiple="multiple"
                   onFocus="getElementById('studentform').add.disabled=false;
                            getElementById('studentform').remove.disabled=true;
                            getElementById('studentform').removeselect.selectedIndex=-1;">