summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEhsan Akhgari <ehsan@mozilla.com>2016-12-14 18:44:54 +0100
committerEhsan Akhgari <ehsan@mozilla.com>2016-12-14 18:44:54 +0100
commit6b77c44126de41e71cf80e66c65b9bf94b78c69e (patch)
treea1b5049b5c67b6b69a41b82f056334a22e08d887
parent5bb06c84d088fd59118306029d9a192d47ef294d (diff)
downloadbugzilla-6b77c44126de41e71cf80e66c65b9bf94b78c69e.tar.gz
bugzilla-6b77c44126de41e71cf80e66c65b9bf94b78c69e.tar.xz
Bug 1323244 - Make the link to Mozilla Community Participation Guidelines not participate in keyboard navigation; r=dkl
-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>