From f8c898243d05985c2e924b67dfe0a23000517609 Mon Sep 17 00:00:00 2001 From: moodler Date: Fri, 10 Jan 2003 13:07:41 +0000 Subject: [PATCH] Editing with Richtext wasn't working ... fixed now (typo) --- mod/choice/mod.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mod/choice/mod.html b/mod/choice/mod.html index dc2d975b165..e03894aa801 100644 --- a/mod/choice/mod.html +++ b/mod/choice/mod.html @@ -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 = "";