summaryrefslogtreecommitdiffstats
path: root/template
diff options
context:
space:
mode:
authorMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-14 16:30:19 +0200
committerMax Kanat-Alexander <mkanat@bugzilla.org>2010-05-14 16:30:19 +0200
commit45e1542e1c477534bc44e048c81c2108b6b9a091 (patch)
treea4289e9d5dcc9554cf44da1f3f54f9f1a052a587 /template
parent7072d6a673f9a05b688d07e05980b7932c7abbe6 (diff)
downloadbugzilla-45e1542e1c477534bc44e048c81c2108b6b9a091.tar.gz
bugzilla-45e1542e1c477534bc44e048c81c2108b6b9a091.tar.xz
Need to do FILTER html FILTER html_linebreak to actually have a safe filter.
https://bugzilla.mozilla.org/show_bug.cgi?id=372537
Diffstat (limited to 'template')
-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 e3bd3ba8b..f50f60737 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_linebreak %]</pre>
+<pre>[% traceback FILTER html FILTER html_linebreak %]</pre>
[% IF variables %]
<pre>