From: Frédéric Buclin Date: Thu, 4 Aug 2011 10:48:01 +0000 (+0200) Subject: Bug 676237: The traceback in code-error.html.tmpl is displayed on a single line X-Git-Tag: bugzilla-4.1.3~10 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2b10703f8dc9a10ed51691142cbc7ff920b70eb;p=thirdparty%2Fbugzilla.git Bug 676237: The traceback in code-error.html.tmpl is displayed on a single line r=glob a=LpSolit --- diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index a8cdd7ef2e..a7962fcf46 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -530,7 +530,7 @@

Traceback:

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