diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-04 12:48:01 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2011-08-04 12:48:01 +0200 |
commit | c2b10703f8dc9a10ed51691142cbc7ff920b70eb (patch) | |
tree | a563009d99247a42bef47cc41a738d069240d02c | |
parent | 4c183ff73f2db10ce92ee8eb318fafcae2a1851c (diff) | |
download | bugs-c2b10703f8dc9a10ed51691142cbc7ff920b70eb.tar bugs-c2b10703f8dc9a10ed51691142cbc7ff920b70eb.tar.gz bugs-c2b10703f8dc9a10ed51691142cbc7ff920b70eb.tar.bz2 bugs-c2b10703f8dc9a10ed51691142cbc7ff920b70eb.tar.xz bugs-c2b10703f8dc9a10ed51691142cbc7ff920b70eb.zip |
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.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 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> |