diff --git a/mod/exercise/mod.html b/mod/exercise/mod.html index e9851ffe289..999b74e7bdd 100644 --- a/mod/exercise/mod.html +++ b/mod/exercise/mod.html @@ -1,13 +1,5 @@ dirroot/mod/exercise/lib.php"); // for parameter arrays - // set the defaults... - if ($usehtmleditor = can_use_richtext_editor()) { - $defaultformat = FORMAT_HTML; - $onsubmit = "onsubmit=\"copyrichtext(document.form.description);\""; - } else { - $defaultformat = FORMAT_MOODLE; - $onsubmit = ""; - } // ...and fill the form if needed if (empty($form->name)) { $form->name = ""; @@ -32,7 +24,7 @@ } ?> -
action="mod.php"> + @@ -147,11 +139,4 @@

- - -

: