diff --git a/lib/form/editor.php b/lib/form/editor.php index 6e1f12a2647..fa2737c2dd7 100644 --- a/lib/form/editor.php +++ b/lib/form/editor.php @@ -204,7 +204,12 @@ class MoodleQuickForm_editor extends HTML_QuickForm_element { $rows = empty($this->_attributes['rows']) ? 15 : $this->_attributes['rows']; $cols = empty($this->_attributes['cols']) ? 80 : $this->_attributes['cols']; - $str .= '