From b1ef63e5bfc0d3995245b42154686db1400b2c22 Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Sun, 15 Oct 2006 03:26:50 +0000 Subject: Bug 206037: [SECURITY] Fix escaping/quoting in edit*.cgi scripts - Patch by Frédéric Buclin r=justdave a=justdave MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- template/en/default/admin/components/confirm-delete.html.tmpl | 4 ++-- template/en/default/admin/components/updated.html.tmpl | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'template/en/default/admin/components') diff --git a/template/en/default/admin/components/confirm-delete.html.tmpl b/template/en/default/admin/components/confirm-delete.html.tmpl index 4c94813fd..e7e00636e 100644 --- a/template/en/default/admin/components/confirm-delete.html.tmpl +++ b/template/en/default/admin/components/confirm-delete.html.tmpl @@ -44,7 +44,7 @@ Component Description: - [% comp.description FILTER html %] + [% comp.description FILTER html_light %] Default assignee: @@ -66,7 +66,7 @@ Product Description: - [% product.description FILTER html %] + [% product.description FILTER html_light %] [% END %] [% IF Param('usetargetmilestone') %] diff --git a/template/en/default/admin/components/updated.html.tmpl b/template/en/default/admin/components/updated.html.tmpl index a6f2c8b9d..a4cbfdf5b 100644 --- a/template/en/default/admin/components/updated.html.tmpl +++ b/template/en/default/admin/components/updated.html.tmpl @@ -56,7 +56,7 @@ - +
Updated description to:'[% comp.description FILTER html %]''[% comp.description FILTER html_light %]'
[% END %] -- cgit v1.2.3-24-g4f1b