diff options
author | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-14 16:11:38 +0200 |
---|---|---|
committer | Max Kanat-Alexander <mkanat@bugzilla.org> | 2010-05-14 16:11:38 +0200 |
commit | 8bc37c2d851e06b036c8f895582fedd7051b3592 (patch) | |
tree | 65aacd22bb02b4b25fb04f16b8720965900574e8 /template/en/default/global | |
parent | 0d8aa2755abd5b62cbf0d8368b2e97a73bfcdd0d (diff) | |
download | bugzilla-8bc37c2d851e06b036c8f895582fedd7051b3592.tar.gz bugzilla-8bc37c2d851e06b036c8f895582fedd7051b3592.tar.xz |
Bug 372537: Improve CodeErrors: show the traceback (without function
arguments)
r=LpSolit, a=LpSolit
Diffstat (limited to 'template/en/default/global')
-rw-r--r-- | template/en/default/global/code-error.html.tmpl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl index c91bc66ee..e3bd3ba8b 100644 --- a/template/en/default/global/code-error.html.tmpl +++ b/template/en/default/global/code-error.html.tmpl @@ -539,6 +539,9 @@ </tr> </table> +<p>Traceback:</p> +<pre>[% traceback FILTER html_linebreak %]</pre> + [% IF variables %] <pre> Variables: |