diff options
Diffstat (limited to 'modules/admin-core/luasrc')
-rw-r--r-- | modules/admin-core/luasrc/view/error500.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/admin-core/luasrc/view/error500.htm b/modules/admin-core/luasrc/view/error500.htm index 829e19688..8f3807d80 100644 --- a/modules/admin-core/luasrc/view/error500.htm +++ b/modules/admin-core/luasrc/view/error500.htm @@ -15,5 +15,5 @@ $Id$ <%+header%> <h1>500 Internal Server Error</h1> <p>Sorry, the server encountered an unexpected error.</p> -<tt><%=message%></tt> -<%+footer%>
\ No newline at end of file +<pre class="error500"><%=message%></pre> +<%+footer%> |