summaryrefslogtreecommitdiffstats
path: root/extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl')
-rw-r--r--extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl2
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 %]