mirror of
https://github.com/moodle/moodle.git
synced 2025-04-20 07:56:06 +02:00
Merge branch 'MDL-68135-master' of git://github.com/rezaies/moodle
This commit is contained in:
commit
82a1e8da34
@ -2525,7 +2525,6 @@ class core_renderer extends renderer_base {
|
||||
|
||||
$attributes = array('src' => $src, 'class' => $class, 'width' => $size, 'height' => $size);
|
||||
if (!$userpicture->visibletoscreenreaders) {
|
||||
$attributes['role'] = 'presentation';
|
||||
$alt = '';
|
||||
$attributes['aria-hidden'] = 'true';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user