diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-13 17:55:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-08-13 17:55:05 +0000 |
commit | 4c1f7c116944fd5b37173401db2479859acab91b (patch) | |
tree | 290751285ebca4e9200ce9f3a7085eca5433d438 /modules/admin-core | |
parent | 7e6f357132cab6509e434b14be9a6bd431d405b4 (diff) |
* luci/themes: <tt> is deprecated, replace with <pre> in error500 template, add css styles for error500 and cbi error messages
Diffstat (limited to 'modules/admin-core')
-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%> |