Skip to content

Commit

Permalink
Finally fixed XHTML error on this page.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasconnault committed Apr 5, 2007
1 parent b41ee5a commit 9a14f39
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions files/index.php
Expand Up @@ -208,8 +208,10 @@ function set_value(txt) {
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\" />";
Expand Down

0 comments on commit 9a14f39

Please sign in to comment.