Commit 3ff9c9a3 authored by lpsolit%gmail.com's avatar lpsolit%gmail.com

Bug 363717: Cloning a bug results in HTML-filtered text in initial description…

Bug 363717: Cloning a bug results in HTML-filtered text in initial description (text escaped twice) - Patch by Fré©ric Buclin <LpSolit@gmail.com> r=myk a=LpSolit
parent cf44f00b
......@@ -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'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment