From 3ff9c9a37a228ba3eeb67bf25968b52b8aaca04c Mon Sep 17 00:00:00 2001 From: "lpsolit%gmail.com" <> Date: Wed, 24 Jan 2007 08:56:31 +0000 Subject: [PATCH] =?utf8?q?Bug=20363717:=20Cloning=20a=20bug=20results=20in?= =?utf8?q?=20HTML-filtered=20text=20in=20initial=20description=20(text=20e?= =?utf8?q?scaped=20twice)=20-=20Patch=20by=20Fr=C3=83=C2=A9d=C3=83=C2=A9ri?= =?utf8?q?c=20Buclin=20=20r=3Dmyk=20a=3DLpSolit?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit --- template/en/default/bug/create/create.html.tmpl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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' -- 2.47.2