summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl2
-rw-r--r--template/en/default/bug/comment.html.tmpl2
2 files changed, 2 insertions, 2 deletions
diff --git a/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl
index 424cec301..e76e422bc 100644
--- a/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl
+++ b/extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl
@@ -49,7 +49,7 @@
</div>
<div id="bugzilla-etiquette">
- <a href="page.cgi?id=etiquette.html" target="_blank">
+ <a href="page.cgi?id=etiquette.html" target="_blank" tabindex="-1">
Comments Subject to Etiquette and Contributor Guidelines</a>
</div>
diff --git a/template/en/default/bug/comment.html.tmpl b/template/en/default/bug/comment.html.tmpl
index 46747cd1a..e3cd382fd 100644
--- a/template/en/default/bug/comment.html.tmpl
+++ b/template/en/default/bug/comment.html.tmpl
@@ -13,7 +13,7 @@
#%]
<div id="bugzilla-etiquette">
- <a href="page.cgi?id=etiquette.html" target="_blank">
+ <a href="page.cgi?id=etiquette.html" target="_blank" tabindex="-1">
Comments Subject to Etiquette and Contributor Guidelines</a>
</div>