mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-7861 xhtml transient fixes for not closed input fields - I hope all of them except imported libs are now fixed
This commit is contained in:
parent
c0fe837eeb
commit
60af27037b
44 changed files with 197 additions and 197 deletions
|
@ -107,7 +107,7 @@ function ewiki_page_fileupload($id, $data, $action, $def_sec="") {
|
|||
'" method="POST" enctype="multipart/form-data">' ;
|
||||
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);
|
||||
$o .= '<input type="submit" value="' . EWIKI_PAGE_UPLOAD . '"><br /><br />'
|
||||
$o .= '<input type="submit" value="' . EWIKI_PAGE_UPLOAD . '" /><br /><br />'
|
||||
.'<b>' . ewiki_t("comment") . '</b><br /><textarea name="comment" cols="35" rows="3"></textarea><br /><br />';
|
||||
|
||||
if (empty($ewiki_upload_sections[$def_sec])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue