mirror of
https://github.com/moodle/moodle.git
synced 2025-03-23 09:00:30 +01:00
Merge branch 'MDL-35977-master' of git://github.com/mihailges/moodle
This commit is contained in:
commit
9266d24827
@ -493,7 +493,8 @@ class comment {
|
||||
$textareaattrs = array(
|
||||
'name' => 'content',
|
||||
'rows' => 2,
|
||||
'id' => 'dlg-content-'.$this->cid
|
||||
'id' => 'dlg-content-'.$this->cid,
|
||||
'aria-label' => get_string('addcomment')
|
||||
);
|
||||
if (!$this->fullwidth) {
|
||||
$textareaattrs['cols'] = '20';
|
||||
|
Loading…
x
Reference in New Issue
Block a user