From 4d1c399ff6391b70e15a2c06d5bec10e2aaa3d3c Mon Sep 17 00:00:00 2001 From: Matt Selsky Date: Thu, 11 Dec 2014 18:00:18 +0000 Subject: Bug 1102842 - remove and/or unwhitelist unsafe filters. r=gerv, a=simon. --- template/en/default/attachment/show-multiple.html.tmpl | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'template/en/default/attachment/show-multiple.html.tmpl') diff --git a/template/en/default/attachment/show-multiple.html.tmpl b/template/en/default/attachment/show-multiple.html.tmpl index e2c95cb80..16d093372 100644 --- a/template/en/default/attachment/show-multiple.html.tmpl +++ b/template/en/default/attachment/show-multiple.html.tmpl @@ -34,7 +34,15 @@ Attachment #[% a.id %] - [% a.description FILTER html FILTER obsolete(a.isobsolete) %] + + [% IF a.isobsolete %] + + [% END %] + [% a.description FILTER html %] + [% IF a.isobsolete %] + + [% END %] + [% IF a.ispatch %] -- cgit v1.2.3-24-g4f1b