XHTML Strict!

This commit is contained in:
tjhunt 2008-08-29 11:35:47 +00:00
parent 337fa7a0ef
commit 94eebf576e

View 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'],