MDL-36422 question: Fixed malformed HTML in manual marking

This commit is contained in:
Frederic Massart
2012-11-08 10:20:22 +08:00
parent 6109f2112c
commit eec4107bdd
-1
View File
@@ -86,7 +86,6 @@ abstract class qbehaviour_renderer extends plugin_renderer_base {
$commenteditor = html_writer::tag('div', html_writer::tag('textarea', s($commenttext),
array('id' => $id, 'name' => $inputname, 'rows' => 10, 'cols' => 60)));
$commenteditor .= html_writer::end_tag('div');
$editorformat = '';
if (count($formats) == 1) {