summaryrefslogtreecommitdiffstats
path: root/extensions
diff options
context:
space:
mode:
Diffstat (limited to 'extensions')
-rw-r--r--extensions/Gravatar/template/en/default/hook/bug/comments-user-image.html.tmpl2
-rw-r--r--extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl2
2 files changed, 2 insertions, 2 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 %]
diff --git a/extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl
index d8dae521a..3b04475fb 100644
--- a/extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl
+++ b/extensions/ShadowBugs/template/en/default/hook/bug/comments-aftercomments.html.tmpl
@@ -34,7 +34,7 @@
[% END %]
<div class="[% class_name FILTER html %]">
- <span class="bz_comment_number">
+ <span role="heading" aria-level="2" class="bz_comment_number">
<a href="show_bug.cgi?id=[% public_bug.bug_id FILTER none %]#c[% count %]">
[%- comment_label FILTER html %]</a>
</span>