diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-14 16:30:19 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-14 16:30:19 +0200 |
commit | 45e1542e1c477534bc44e048c81c2108b6b9a091 (patch) | |
tree | a4289e9d5dcc9554cf44da1f3f54f9f1a052a587 /template/en | |
parent | 7072d6a673f9a05b688d07e05980b7932c7abbe6 (diff) | |
download | bugzilla-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/en')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 2 |
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> |