diff options
author | Simon Bennetts <psiinon@gmail.com> | 2018-02-28 04:05:24 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-02-28 04:05:24 +0100 |
commit | 5e1c968d4fbbe5e39432978de601f197a7a539bd (patch) | |
tree | 32486aa87d226d983b7ce9abc25405e30bffad89 /extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | |
parent | 2eaa1ccd24f2c8050eec838454eb1dbef9f344b8 (diff) | |
download | bugzilla-5e1c968d4fbbe5e39432978de601f197a7a539bd.tar.gz bugzilla-5e1c968d4fbbe5e39432978de601f197a7a539bd.tar.xz |
Bug 1441475 - Added rel tags to links with target=_blank
Diffstat (limited to 'extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl')
-rw-r--r-- | extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl index 20192841f..e1a9e0bc5 100644 --- a/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl +++ b/extensions/GuidedBugEntry/template/en/default/guided/guided.html.tmpl @@ -356,7 +356,7 @@ Product: <b><span id="dupes_product_name">?</span></b>: <ul> <li>Please fill out this form clearly, precisely and in as much detail as you can manage.</li> <li>Please report only a single problem at a time.</li> -<li><a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines" target="_blank">These guidelines</a> +<li><a href="https://developer.mozilla.org/docs/Mozilla/QA/Bug_writing_guidelines" target="_blank" rel="noopener noreferrer">These guidelines</a> explain how to write effective [% terms.bug %] reports.</li> </ul> |