From: skodak Date: Tue, 9 Jan 2007 10:08:51 +0000 (+0000) Subject: MDL-7861xhtml strict fixes X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=b733453a1a6eb2c187b0f640f1e4dafe4df3e259;p=moodle.git MDL-7861xhtml strict fixes --- diff --git a/mod/wiki/ewiki/plugins/moodle/downloads.php b/mod/wiki/ewiki/plugins/moodle/downloads.php index e7d532a70b..6e3cc41e0a 100644 --- a/mod/wiki/ewiki/plugins/moodle/downloads.php +++ b/mod/wiki/ewiki/plugins/moodle/downloads.php @@ -104,7 +104,7 @@ function ewiki_page_fileupload($id, $data, $action, $def_sec="") { $o .= '
'. '
' ; + '" method="post" enctype="multipart/form-data">' ; $o .= '
'; require_once($CFG->dirroot.'/lib/uploadlib.php'); $o .= upload_print_form_fragment(1,array(EWIKI_UP_UPLOAD),array(ewiki_t("file")),false,null,0,0,true);