From 94eebf576eae40882ad9e2e362f2ce910fd45635 Mon Sep 17 00:00:00 2001 From: tjhunt Date: Fri, 29 Aug 2008 11:35:47 +0000 Subject: [PATCH] XHTML Strict! --- lib/form/htmleditor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'], -- 2.39.5