diff options
author | Ehsan Akhgari <ehsan@mozilla.com> | 2016-12-14 18:44:54 +0100 |
---|---|---|
committer | Ehsan Akhgari <ehsan@mozilla.com> | 2016-12-14 18:44:54 +0100 |
commit | 6b77c44126de41e71cf80e66c65b9bf94b78c69e (patch) | |
tree | a1b5049b5c67b6b69a41b82f056334a22e08d887 /extensions/BugModal/template | |
parent | 5bb06c84d088fd59118306029d9a192d47ef294d (diff) | |
download | bugzilla-6b77c44126de41e71cf80e66c65b9bf94b78c69e.tar.gz bugzilla-6b77c44126de41e71cf80e66c65b9bf94b78c69e.tar.xz |
Bug 1323244 - Make the link to Mozilla Community Participation Guidelines not participate in keyboard navigation; r=dkl
Diffstat (limited to 'extensions/BugModal/template')
-rw-r--r-- | extensions/BugModal/template/en/default/bug_modal/new_comment.html.tmpl | 2 |
1 files changed, 1 insertions, 1 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> |