From: Max Kanat-Alexander Date: Fri, 14 May 2010 14:30:19 +0000 (-0700) Subject: Need to do FILTER html FILTER html_linebreak to actually have a safe filter. X-Git-Tag: bugzilla-3.7.1~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=45e1542e1c477534bc44e048c81c2108b6b9a091;p=thirdparty%2Fbugzilla.git Need to do FILTER html FILTER html_linebreak to actually have a safe filter. https://bugzilla.mozilla.org/show_bug.cgi?id=372537 --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index e3bd3ba8b0..f50f607378 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -540,7 +540,7 @@

Traceback:

-
[% traceback FILTER html_linebreak %]
+
[% traceback FILTER html FILTER html_linebreak %]
[% IF variables %]