From: lpsolit%gmail.com <> Date: Wed, 24 Jan 2007 08:56:31 +0000 (+0000) Subject: Bug 363717: Cloning a bug results in HTML-filtered text in initial description (text... X-Git-Tag: bugzilla-2.23.4~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3ff9c9a37a228ba3eeb67bf25968b52b8aaca04c;p=thirdparty%2Fbugzilla.git Bug 363717: Cloning a bug results in HTML-filtered text in initial description (text escaped twice) - Patch by Frédéric Buclin r=myk a=LpSolit --- diff --git a/template/en/default/bug/create/create.html.tmpl b/template/en/default/bug/create/create.html.tmpl index 769128164f..fc6024a9e6 100644 --- a/template/en/default/bug/create/create.html.tmpl +++ b/template/en/default/bug/create/create.html.tmpl @@ -412,7 +412,9 @@ function handleWantsAttachment(wants_attachment) { [% END %] - [% comment FILTER html %] + [%-# We are within a BLOCK. The comment will be correctly HTML-escaped + # by global/textarea.html.tmpl. So we must not escape the comment here. %] + [% comment FILTER none %] [%- END %] [% INCLUDE global/textarea.html.tmpl name = 'comment'