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 /applications/luci-splash/luasrc/view/splash | |
parent | e798793e6f382734ff2922072b2780bbf07cfce8 (diff) |
* luci-trunk: huge xhtml, css and accessibility improvement patch - thanks Alina!
Diffstat (limited to 'applications/luci-splash/luasrc/view/splash')
-rw-r--r-- | applications/luci-splash/luasrc/view/splash/splash.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/applications/luci-splash/luasrc/view/splash/splash.htm b/applications/luci-splash/luasrc/view/splash/splash.htm index 28a038409..659d4f071 100644 --- a/applications/luci-splash/luasrc/view/splash/splash.htm +++ b/applications/luci-splash/luasrc/view/splash/splash.htm @@ -14,7 +14,7 @@ $Id$ -%> <% local c = luci.model.uci.cursor():get_all("freifunk", "community") %> -<h1>Willkommen!</h1> +<h2><a id="content" name="content">Willkommen!</a></h2> <p> Du bist jetzt mit dem freien Funknetz <a href="<%=c.homepage%>"><%=c.name%></a> verbunden.<br /> |