mirror of
https://github.com/moodle/moodle.git
synced 2025-01-17 21:49:15 +01:00
Editing with Richtext wasn't working ... fixed now (typo)
This commit is contained in:
parent
f978ad0acb
commit
f8c898243d
@ -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 = "";
|
||||
|
Loading…
x
Reference in New Issue
Block a user