From: tjhunt Date: Fri, 29 Aug 2008 11:35:47 +0000 (+0000) Subject: XHTML Strict! X-Git-Url: http://git.mjollnir.org/gw?a=commitdiff_plain;h=94eebf576eae40882ad9e2e362f2ce910fd45635;p=moodle.git XHTML Strict! --- diff --git a/lib/form/htmleditor.php b/lib/form/htmleditor.php index 22e39f6e0f..f92855eaf8 100644 --- a/lib/form/htmleditor.php +++ b/lib/form/htmleditor.php @@ -69,7 +69,7 @@ class MoodleQuickForm_htmleditor extends MoodleQuickForm_textarea{ return $this->getFrozenHtml(); } else { return $this->_getTabs() . - ''."\n". + ''."\n". print_textarea($this->_canUseHtmlEditor, $this->_options['rows'], $this->_options['cols'],