aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/style
diff options
context:
space:
mode:
authorTristan Darricau <tristan.darricau@sensiolabs.com>2016-01-09 18:03:21 +0100
committerTristan Darricau <tristan.darricau@sensiolabs.com>2016-01-09 18:03:21 +0100
commit1e0340b0cf7cc34094e03985457f1aed2f60da36 (patch)
tree93e7c17ac098f54e257ebdfcad82e63d22c94f73 /phpBB/adm/style
parent6594ef8b1e0b63f911fbcc2b8859fcfb09977e2f (diff)
downloadforums-1e0340b0cf7cc34094e03985457f1aed2f60da36.tar
forums-1e0340b0cf7cc34094e03985457f1aed2f60da36.tar.gz
forums-1e0340b0cf7cc34094e03985457f1aed2f60da36.tar.bz2
forums-1e0340b0cf7cc34094e03985457f1aed2f60da36.tar.xz
forums-1e0340b0cf7cc34094e03985457f1aed2f60da36.zip
[ticket/14306] Improves Error display
PHPBB3-14306
Diffstat (limited to 'phpBB/adm/style')
-rw-r--r--phpBB/adm/style/overall_header.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/adm/style/overall_header.html b/phpBB/adm/style/overall_header.html
index 3feb94f89c..9266372ab8 100644
--- a/phpBB/adm/style/overall_header.html
+++ b/phpBB/adm/style/overall_header.html
@@ -148,7 +148,7 @@ function popup(url, width, height, name)
<div class="main">
{% if CONTAINER_EXCEPTION !== false %}
<div class="errorbox">
- <p>{{ lang('CONTAINER_EXCEPTION') }}</p>
+ <p>{{ lang('CONTAINER_EXCEPTION') }}</p><br />
<p>{{ lang('EXCEPTION') }}{{ lang('COLON') }} {{ CONTAINER_EXCEPTION.getMessage() }}</p>
<pre>{{ CONTAINER_EXCEPTION.getTraceAsString() }}</pre>
</div>