diff options
Diffstat (limited to 'extensions/InlineHistory/template/en')
-rw-r--r-- | extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl index fb5d25225..c224a4e45 100644 --- a/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl +++ b/extensions/InlineHistory/template/en/default/hook/bug/comments-aftercomments.html.tmpl @@ -146,7 +146,7 @@ [% IF see_also.bug_id %] [%~%][% "$terms.bug $see_also.bug_id" FILTER bug_link(see_also.bug_id) FILTER js %] [% ELSE %] - [%~%]<a href="[% see_also.url FILTER html FILTER js %]" target="_blank"> + [%~%]<a href="[% see_also.url FILTER html FILTER js %]" target="_blank" rel="noreferrer"> [%~%][% see_also.url FILTER html FILTER js %]</a> [% END %] [%- ", " IF NOT loop.last %] |