MDL-36422 question: Fixed malformed HTML in manual marking

This commit is contained in:
Frederic Massart
2012-11-08 10:26:44 +08:00
parent d402e05ba7
commit 8a73556f8d
-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) {