diff options
author | Dylan William Hardison <dylan@hardison.net> | 2017-01-12 00:48:14 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2017-01-12 00:48:14 +0100 |
commit | 26e11147bee5323f6f7c8da9e8b573ead817121d (patch) | |
tree | 751f61e6f728a5b93b5a37d9ce07865434b1fac9 /extensions/Gravatar | |
parent | d3554d1f9593b7bc554f7a981139d89bff67bf9b (diff) | |
download | bugzilla-26e11147bee5323f6f7c8da9e8b573ead817121d.tar.gz bugzilla-26e11147bee5323f6f7c8da9e8b573ead817121d.tar.xz |
Bug 1329659 - Copy A11y tweaks from BugzillaA11yFixes.user.js
Diffstat (limited to 'extensions/Gravatar')
-rw-r--r-- | extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl b/extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl index 66714748b..3788a8452 100644 --- a/extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl +++ b/extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl @@ -14,6 +14,6 @@ <a href="user_profile?user_id=[% who.id FILTER uri %]"> [% END %] [% END %] - <img align="middle" src="[% who.gravatar FILTER none %]" width="32" height="32" border="0"> + <img alt="User image" align="middle" src="[% who.gravatar FILTER none %]" width="32" height="32" border="0"> [% "</a>" IF who.last_activity_ts %] [% END %] |