We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ab6f9f commit 818c9b4Copy full SHA for 818c9b4
1 file changed
templates/error.twig
@@ -29,10 +29,8 @@
29
{% if showerrors -%}
30
<h2>{{'Debug information' | trans}}</h2>
31
<p>{{'The debug information below may be of interest to the administrator / help desk:' | trans}}</p>
32
- <div class="code-box code-box-content">
33
- <pre>{{ error.exceptionMsg }}<br />{{ error.exceptionTrace }}
34
- </pre>
35
- </div>
+ <p class="message-box error"><tt>{{ error.exceptionMsg }}</tt></p>
+ <div class="code-box code-box-content"><pre>{{ error.exceptionTrace }}</pre></div>
36
{%- endif %}
37
38
{# Add error report submit section if we have a valid technical contact. 'errorreportaddress' will only be set if
0 commit comments