1
0
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:
Dan Poltawski 2014-12-09 10:53:41 +00:00
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';
}