Skip to content

Commit

Permalink
MDL-35977 comments: Missing label in blog and assignment comment area
Browse files Browse the repository at this point in the history
  • Loading branch information
Mihail Geshoski committed Jul 23, 2018
1 parent 0180369 commit 329a84b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion comment/lib.php
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,8 @@ public function output($return = true) {
$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';
Expand Down

0 comments on commit 329a84b

Please sign in to comment.