summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-19 19:20:09 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-19 19:20:09 +0200
commit401b0d1301cf419ff40d7cb82d2763b13accd26a (patch)
tree6f88f573c4cdae792ff04cc5c4510c0587540f7e /template/en/default/global/code-error.html.tmpl
parent4095f06769a8fb3ce0878209508a6f129b099d91 (diff)
downloadbugzilla-401b0d1301cf419ff40d7cb82d2763b13accd26a.tar.gz
bugzilla-401b0d1301cf419ff40d7cb82d2763b13accd26a.tar.xz
Bug 565899: Make the html_linebreak filter safe by having it first call the
"html" filter r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-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 f50f60737..e3bd3ba8b 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -540,7 +540,7 @@
</table>
<p>Traceback:</p>
-<pre>[% traceback FILTER html FILTER html_linebreak %]</pre>
+<pre>[% traceback FILTER html_linebreak %]</pre>
[% IF variables %]
<pre>