From: moodler Date: Mon, 24 Nov 2003 01:48:02 +0000 (+0000) Subject: No need for HTML editor stuff X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=0c0128531cafc8a4bbd5febc5a2e5a57dfa4c31d;p=moodle.git No need for HTML editor stuff --- diff --git a/mod/exercise/mod.html b/mod/exercise/mod.html index e9851ffe28..999b74e7bd 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 @@

- - -

: