From 5e9da8240f475a227c2897f4947397a74f36b2c3 Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Tue, 6 Oct 2015 13:29:43 +0200 Subject: Globally convert headline anchors into name attributes. Signed-off-by: Jo-Philipp Wich --- applications/luci-app-splash/luasrc/view/splash/blocked.htm | 2 +- applications/luci-app-splash/luasrc/view/splash/splash.htm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'applications/luci-app-splash/luasrc/view/splash') diff --git a/applications/luci-app-splash/luasrc/view/splash/blocked.htm b/applications/luci-app-splash/luasrc/view/splash/blocked.htm index 406139b51b..c27e2fab6e 100644 --- a/applications/luci-app-splash/luasrc/view/splash/blocked.htm +++ b/applications/luci-app-splash/luasrc/view/splash/blocked.htm @@ -9,7 +9,7 @@ local contacturl = luci.dispatcher.build_url("freifunk", "contact") <%+header%> -

<%:Blocked%>

+

<%:Blocked%>

<%:Your access to this network has been blocked, most likely because you did something that our rules explicitly forbid.%>

<%:To ask for the reason why you have been blocked or ask for access again you can try to contact the owner of this access point:%> <%:Contact%>

diff --git a/applications/luci-app-splash/luasrc/view/splash/splash.htm b/applications/luci-app-splash/luasrc/view/splash/splash.htm index 7626b600dc..8d84463ef7 100644 --- a/applications/luci-app-splash/luasrc/view/splash/splash.htm +++ b/applications/luci-app-splash/luasrc/view/splash/splash.htm @@ -72,7 +72,7 @@ if has_custom_splash then <% else %> -

<%:Welcome%>

+

<%:Welcome%>

<%:You are now connected to the free wireless mesh network%> <%=community%>. <%:Please note that we are not an internet service provider but an experimental community network.%>

-- cgit v1.2.3