mirror of
https://github.com/moodle/moodle.git
synced 2025-08-04 16:36:37 +02:00
XHTML Strict!
This commit is contained in:
parent
337fa7a0ef
commit
94eebf576e
1 changed files with 1 additions and 1 deletions
|
@ -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'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue