summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorSteven Barth <steven@midlink.org>2008-07-18 22:20:06 +0000
committerSteven Barth <steven@midlink.org>2008-07-18 22:20:06 +0000
commit2213c82b47e09373f48950763409704660947f92 (patch)
treef0084c0bcb8b8ffc586ac6147a758df0eff94d60 /modules
parentbf4cc6b991a67e4dc55d11014e57d630668a558d (diff)
modules/admin-mini: Minor template fix
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-mini/luasrc/view/mini/index.htm6
1 files changed, 3 insertions, 3 deletions
diff --git a/modules/admin-mini/luasrc/view/mini/index.htm b/modules/admin-mini/luasrc/view/mini/index.htm
index 1b9e46aae..a72aa5253 100644
--- a/modules/admin-mini/luasrc/view/mini/index.htm
+++ b/modules/admin-mini/luasrc/view/mini/index.htm
@@ -12,7 +12,8 @@ You may obtain a copy of the License at
$Id$
-%>
-<%
+<%+header%>
+<%-
local system, model, memtotal = luci.sys.sysinfo()
local uptime = luci.sys.uptime()
@@ -27,7 +28,6 @@ local utsecs = uptime % 60
local iwconfig = luci.sys.wifi.getiwconfig()
-%>
-<%+header%>
<h1><%:a_i_i_hello%></h1>
<p><%:a_i_i_admin1%></p>
<p><%:a_i_i_admin2%><br />
@@ -134,4 +134,4 @@ local iwconfig = luci.sys.wifi.getiwconfig()
<%end%>
</table>
<%-end%>
-<%+footer%> \ No newline at end of file
+<%+footer%>