summaryrefslogtreecommitdiffhomepage
path: root/applications/luci-splash/luasrc/view/splash_splash
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-05-14 12:55:22 +0000
committerManuel Munz <freifunk@somakoma.de>2011-05-14 12:55:22 +0000
commit01db32fdcfe6989e18621da644b2a2f4709eb574 (patch)
tree2f8b88a495706df8aca00c46fffafc28eda95ef3 /applications/luci-splash/luasrc/view/splash_splash
parenta9f9ae98ea0bc8cbe7ad5f0fc6ecc399c739126f (diff)
luci-splash: XHTML failed validation, fix it
Diffstat (limited to 'applications/luci-splash/luasrc/view/splash_splash')
-rw-r--r--applications/luci-splash/luasrc/view/splash_splash/splash.htm8
1 files changed, 6 insertions, 2 deletions
diff --git a/applications/luci-splash/luasrc/view/splash_splash/splash.htm b/applications/luci-splash/luasrc/view/splash_splash/splash.htm
index 01dfd05c1..8554913cd 100644
--- a/applications/luci-splash/luasrc/view/splash_splash/splash.htm
+++ b/applications/luci-splash/luasrc/view/splash_splash/splash.htm
@@ -14,8 +14,12 @@ $Id$
-%>
<%+header%>
<%+splash/splash%>
+
<form method="get" action="<%=controller%>/splash/activate">
- <input type="submit" value="<%:Decline%>" />
- <input type="submit" name="accept" value="<%:Accept%>" />
+ <p>
+ <input type="submit" value="<%:Decline%>" />
+ <input type="submit" name="accept" value="<%:Accept%>" />
+ </p>
</form>
+
<%+footer%>