mirror of
https://github.com/moodle/moodle.git
synced 2025-03-21 16:10:15 +01:00
Merge branch 'MDL-48394-master' of git://github.com/jethac/moodle
This commit is contained in:
commit
51019f2a91
@ -2372,7 +2372,6 @@ class core_renderer extends renderer_base {
|
||||
|
||||
$attributes = array('href'=>$url);
|
||||
if (!$userpicture->visibletoscreenreaders) {
|
||||
$attributes['role'] = 'presentation';
|
||||
$attributes['tabindex'] = '-1';
|
||||
$attributes['aria-hidden'] = 'true';
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user