MDL-64985 message: display aria label in user profile link
authorSara Arjona <sara@moodle.com>
Mon, 4 Mar 2019 14:06:53 +0000 (15:06 +0100)
committerSara Arjona <sara@moodle.com>
Wed, 24 Apr 2019 15:53:32 +0000 (17:53 +0200)
Remove the aria-hidden label to display the label/text in
the user profile link.

message/templates/message_drawer_view_contact_body_content.mustache

index ea355c2..b3ab9cd 100644 (file)
@@ -44,7 +44,6 @@
             <img
                 class="rounded-circle"
                 src="{{profileimageurl}}"
-                aria-hidden="true"
                 alt="{{#str}} pictureof, moodle, {{fullname}} {{/str}}"
                 title="{{#str}} pictureof, moodle, {{fullname}} {{/str}}"
                 style="height: 100px; width: 100px"