mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
Merge branch 'MDL-36422-23' of git://github.com/FMCorz/moodle into MOODLE_23_STABLE
This commit is contained in:
commit
6211ff4c12
1 changed files with 0 additions and 1 deletions
|
@ -86,7 +86,6 @@ abstract class qbehaviour_renderer extends plugin_renderer_base {
|
||||||
|
|
||||||
$commenteditor = html_writer::tag('div', html_writer::tag('textarea', s($commenttext),
|
$commenteditor = html_writer::tag('div', html_writer::tag('textarea', s($commenttext),
|
||||||
array('id' => $id, 'name' => $inputname, 'rows' => 10, 'cols' => 60)));
|
array('id' => $id, 'name' => $inputname, 'rows' => 10, 'cols' => 60)));
|
||||||
$commenteditor .= html_writer::end_tag('div');
|
|
||||||
|
|
||||||
$editorformat = '';
|
$editorformat = '';
|
||||||
if (count($formats) == 1) {
|
if (count($formats) == 1) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue