mirror of
https://github.com/moodle/moodle.git
synced 2025-04-13 12:32:08 +02:00
MDL-35977 comments: Missing label in blog and assignment comment area
This commit is contained in:
parent
0180369b27
commit
329a84b489
@ -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