diff options
author | Manuel Munz <freifunk@somakoma.de> | 2011-05-14 12:55:22 +0000 |
---|---|---|
committer | Manuel Munz <freifunk@somakoma.de> | 2011-05-14 12:55:22 +0000 |
commit | 01db32fdcfe6989e18621da644b2a2f4709eb574 (patch) | |
tree | 2f8b88a495706df8aca00c46fffafc28eda95ef3 /applications/luci-splash/luasrc/view/splash_splash | |
parent | a9f9ae98ea0bc8cbe7ad5f0fc6ecc399c739126f (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.htm | 8 |
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%> |