mirror of
https://github.com/moodle/moodle.git
synced 2025-02-15 13:24:56 +01:00
Merge branch 'MDL-25883-master' of https://github.com/mackensen/moodle
This commit is contained in:
commit
645573cab3
@ -74,7 +74,7 @@ function wiki_print_editor_wiki($pageid, $content, $editor, $version = -1, $sect
|
||||
echo $OUTPUT->container_end();
|
||||
|
||||
echo $OUTPUT->container_start('mdl-align');
|
||||
echo '<form method="post" id="wikiform" action="' . $action . '">';
|
||||
echo '<form method="post" id="mform1" action="' . $action . '">';
|
||||
echo $OUTPUT->container(print_textarea(false, 20, 60, 0, 0, "newcontent", $content, 0, true), false, 'wiki_editor');
|
||||
echo $OUTPUT->container_start();
|
||||
wiki_print_edit_form_default_fields($editor, $pageid, $version, $upload, $deleteuploads);
|
||||
|
Loading…
x
Reference in New Issue
Block a user