From f1ad5506428db19b46a7d95d956e6ce477019036 Mon Sep 17 00:00:00 2001 From: Tooru Fujisawa Date: Fri, 13 Jan 2017 22:27:58 +0000 Subject: Bug 1329511 - Any link to user-entered URL with target="_blank" should have rel="noopener" or rel="noreferrer" --- .../BugModal/template/en/default/bug_modal/activity_stream.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'extensions/BugModal/template/en/default/bug_modal') diff --git a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl index 4f9dd60b5..f5074dbfa 100644 --- a/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl +++ b/extensions/BugModal/template/en/default/bug_modal/activity_stream.html.tmpl @@ -332,7 +332,7 @@ "$terms.bug $see_also.bug_id" FILTER bug_link(see_also.bug_id); ELSE; %] - [% see_also.url FILTER html %] + [% see_also.url FILTER html %] [% END; ", " UNLESS loop.last; -- cgit v1.2.3-24-g4f1b