mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Finally fixed XHTML error on this page.
This commit is contained in:
parent
33fc9b1920
commit
366ce9f848
@ -208,8 +208,10 @@
|
||||
upload_print_form_fragment(1,array('userfile'),null,false,null,$upload_max_filesize,0,false);
|
||||
echo " </td></tr></table>";
|
||||
echo " <input type=\"submit\" name=\"save\" value=\"$struploadthisfile\" />";
|
||||
echo "</div>";
|
||||
echo "</form>";
|
||||
echo "<form action=\"index.php\" method=\"get\">";
|
||||
echo "<div>";
|
||||
echo ' <input type="hidden" name="choose" value="'.$choose.'" />';
|
||||
echo " <input type=\"hidden\" name=\"id\" value=\"$id\" />";
|
||||
echo " <input type=\"hidden\" name=\"wdir\" value=\"$wdir\" />";
|
||||
|
Loading…
x
Reference in New Issue
Block a user