From: Frédéric Buclin Date: Thu, 4 Aug 2011 10:49:44 +0000 (+0200) Subject: Bug 676237: The traceback in code-error.html.tmpl is displayed on a single line X-Git-Tag: bugzilla-4.0.2~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=28b961055476be74fb25e2e4d0730e9789d9f365;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 188b91a957..e086043f7a 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -533,7 +533,7 @@

Traceback:

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