summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrédéric Buclin <LpSolit@gmail.com>2011-08-04 12:48:01 +0200
committerFrédéric Buclin <LpSolit@gmail.com>2011-08-04 12:48:01 +0200
commitc2b10703f8dc9a10ed51691142cbc7ff920b70eb (patch)
treea563009d99247a42bef47cc41a738d069240d02c
parent4c183ff73f2db10ce92ee8eb318fafcae2a1851c (diff)
downloadbugzilla-c2b10703f8dc9a10ed51691142cbc7ff920b70eb.tar.gz
bugzilla-c2b10703f8dc9a10ed51691142cbc7ff920b70eb.tar.xz
Bug 676237: The traceback in code-error.html.tmpl is displayed on a single line
r=glob a=LpSolit
-rw-r--r--template/en/default/global/code-error.html.tmpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index a8cdd7ef2..a7962fcf4 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -530,7 +530,7 @@
</table>
<p>Traceback:</p>
-<pre>[% traceback FILTER html_linebreak %]</pre>
+<pre>[% traceback FILTER html %]</pre>
[% IF variables %]
<pre>