modules/admin-mini: Remove unneeded checks
[project/luci.git] / modules / admin-core / luasrc / view / error500.htm
index 829e196..8f3807d 100644 (file)
@@ -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%>