mirror of
https://github.com/moodle/moodle.git
synced 2025-08-11 03:46:42 +02:00
Merge branch 'MDL-35977-35' of git://github.com/mihailges/moodle into MOODLE_35_STABLE
This commit is contained in:
commit
8837262d2c
1 changed files with 2 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue