summaryrefslogtreecommitdiffstats
path: root/template/en/default/global/code-error.html.tmpl
diff options
context:
space:
mode:
Diffstat (limited to 'template/en/default/global/code-error.html.tmpl')
-rw-r--r--template/en/default/global/code-error.html.tmpl15
1 files changed, 7 insertions, 8 deletions
diff --git a/template/en/default/global/code-error.html.tmpl b/template/en/default/global/code-error.html.tmpl
index 08ddace9d..eef5d27a0 100644
--- a/template/en/default/global/code-error.html.tmpl
+++ b/template/en/default/global/code-error.html.tmpl
@@ -440,15 +440,14 @@
</script>
</samp>
-<table cellpadding="20">
- <tr>
- <td id="error_msg" class="throw_error">
- [% error_message FILTER none %]
- </td>
- </tr>
-</table>
+<div id="error_msg" class="throw_error">
+ [% error_message FILTER none %]
+</div>
+
+<p id="post_err_msg">
+ Traceback:
+</p>
-<p>Traceback:</p>
<pre>[% traceback FILTER html %]</pre>
[% IF variables %]