From 0c0128531cafc8a4bbd5febc5a2e5a57dfa4c31d Mon Sep 17 00:00:00 2001 From: moodler Date: Mon, 24 Nov 2003 01:48:02 +0000 Subject: [PATCH] No need for HTML editor stuff --- mod/exercise/mod.html | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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 @@

- - - -- 2.39.5

: