]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Bug 363717: Cloning a bug results in HTML-filtered text in initial description (text...
authorlpsolit%gmail.com <>
Wed, 24 Jan 2007 08:56:31 +0000 (08:56 +0000)
committerlpsolit%gmail.com <>
Wed, 24 Jan 2007 08:56:31 +0000 (08:56 +0000)
template/en/default/bug/create/create.html.tmpl

index 769128164fd08e1ad789425c35c4e73686d5feb9..fc6024a9e676c50e833197f638192c884462bc2d 100644 (file)
@@ -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'