From: toyomoyo Date: Fri, 22 Dec 2006 02:10:41 +0000 (+0000) Subject: MDL-7861, fixing xhtml forms X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=c5bb277093cb59c1acf06868303d069aa15e5fa1;p=moodle.git MDL-7861, fixing xhtml forms --- diff --git a/files/index.php b/files/index.php index 4dd988a4dc..a3b5cb88e5 100644 --- a/files/index.php +++ b/files/index.php @@ -188,18 +188,17 @@ $strcancel = get_string("cancel"); echo "

$struploadafile ($strmaxsize) --> $wdir

"; + echo "
"; echo "
"; - echo ""; echo ' '; echo " "; echo " "; echo " "; echo " sesskey\" />"; upload_print_form_fragment(1,array('userfile'),null,false,null,$upload_max_filesize,0,false); - echo "
"; + echo "
"; echo " "; echo "
"; - echo ""; echo "
"; echo ' '; echo " "; @@ -207,7 +206,6 @@ echo " "; echo " "; echo "
"; - echo ""; } html_footer(); break;