diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-07 13:10:24 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2008-10-07 13:10:24 +0000 |
commit | 86e1aebb593eb712e45536b730302495948ebdad (patch) | |
tree | fa32edb6b7afd2d2cb05e0f44fbc0a4b3cfc3845 /modules/admin-mini/luasrc/view/mini/reboot.htm | |
parent | e798793e6f382734ff2922072b2780bbf07cfce8 (diff) |
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'modules/admin-mini/luasrc/view/mini/reboot.htm')
-rw-r--r-- | modules/admin-mini/luasrc/view/mini/reboot.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/reboot.htm b/modules/admin-mini/luasrc/view/mini/reboot.htm index 9bf2d43cf5..724e0179a2 100644 --- a/modules/admin-mini/luasrc/view/mini/reboot.htm +++ b/modules/admin-mini/luasrc/view/mini/reboot.htm @@ -13,8 +13,8 @@ $Id$ -%> <%+header%> -<h1><%:system%></h1> -<h2><%:reboot%></h2> +<h2><a id="content" name="content"><%:system%></a></h2> +<h3><%:reboot%></h3> <p><%:a_s_reboot1%></p> <%- local c = require("luci.model.uci").cursor():changes() |