diff options
Diffstat (limited to 'phpBB/adm/style/overall_header.html')
-rw-r--r-- | phpBB/adm/style/overall_header.html | 2 |
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> |