]> git.mjollnir.org Git - moodle.git/commitdiff
Editing with Richtext wasn't working ... fixed now (typo)
authormoodler <moodler>
Fri, 10 Jan 2003 13:07:41 +0000 (13:07 +0000)
committermoodler <moodler>
Fri, 10 Jan 2003 13:07:41 +0000 (13:07 +0000)
mod/choice/mod.html

index dc2d975b16590051e3884b80e0bfccec4447880a..e03894aa801a68809b591df4eb12c09b7bc6c332 100644 (file)
@@ -32,7 +32,7 @@
 
     if ($usehtmleditor = can_use_richtext_editor()) {
         $defaultformat = FORMAT_HTML;
-        $onsubmit = "onsubmit=\"copyrichtext(document.form.description);\"";
+        $onsubmit = "onsubmit=\"copyrichtext(document.form.text);\"";
     } else {
         $defaultformat = FORMAT_MOODLE;
         $onsubmit = "";