]> git.mjollnir.org Git - moodle.git/commitdiff
XHTML Strict!
authortjhunt <tjhunt>
Fri, 29 Aug 2008 11:35:47 +0000 (11:35 +0000)
committertjhunt <tjhunt>
Fri, 29 Aug 2008 11:35:47 +0000 (11:35 +0000)
lib/form/htmleditor.php

index 22e39f6e0f75e00e64171524a9698711be3e2e4d..f92855eaf86e77eea4931ebe0975583fa0d5b904 100644 (file)
@@ -69,7 +69,7 @@ class MoodleQuickForm_htmleditor extends MoodleQuickForm_textarea{
             return $this->getFrozenHtml();
         } else {
             return $this->_getTabs() .
-                    '<input type="hidden" name="filearea" value="'. $this->_options['filearea'] .'">'."\n".
+                    '<input type="hidden" name="filearea" value="'. $this->_options['filearea'] .'" />'."\n".
                     print_textarea($this->_canUseHtmlEditor,
                                     $this->_options['rows'],
                                     $this->_options['cols'],