From 28b961055476be74fb25e2e4d0730e9789d9f365 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fr=C3=A9d=C3=A9ric=20Buclin?= Date: Thu, 4 Aug 2011 12:49:44 +0200 Subject: [PATCH] Bug 676237: The traceback in code-error.html.tmpl is displayed on a single line r=glob a=LpSolit --- template/en/default/global/code-error.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 %]
-- 
2.47.2