Merge branch 'MDL-35977-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE

This commit is contained in:
Andrew Nicols 2018-07-23 15:31:17 +08:00
commit 8837262d2c

View file

@ -493,7 +493,8 @@ class comment {
$textareaattrs = array( $textareaattrs = array(
'name' => 'content', 'name' => 'content',
'rows' => 2, 'rows' => 2,
'id' => 'dlg-content-'.$this->cid 'id' => 'dlg-content-'.$this->cid,
'aria-label' => get_string('addcomment')
); );
if (!$this->fullwidth) { if (!$this->fullwidth) {
$textareaattrs['cols'] = '20'; $textareaattrs['cols'] = '20';