diff options
author | Patrick Grimm <patrick@lunatiki.de> | 2012-01-10 17:37:49 +0000 |
---|---|---|
committer | Patrick Grimm <patrick@lunatiki.de> | 2012-01-10 17:37:49 +0000 |
commit | 7db300b5e6a7030cbfeb4d2f7560dbff6d933edc (patch) | |
tree | f1b471776382ac9778a5f748fa9d3b7758a5f9ea | |
parent | 3ee2fcccca383afec32cd72de4e1667347665d20 (diff) |
Freifunk: Fix html typo
-rw-r--r-- | applications/luci-splash/luasrc/view/splash/splash.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-splash/luasrc/view/splash/splash.htm b/applications/luci-splash/luasrc/view/splash/splash.htm index 9e79b1066..bfcbfc470 100644 --- a/applications/luci-splash/luasrc/view/splash/splash.htm +++ b/applications/luci-splash/luasrc/view/splash/splash.htm @@ -89,10 +89,10 @@ if has_custom_splash then <li><a href="<%=homepage%>"><%:Become an active member of this community and help by operating your own node%></a></li> <li><a href="<%=contacturl%>"><%:Contact%></a> <%:the owner of this access point.%></li> <li><%:Donate some money to help us keep this project alive.%></li> - <li><%:If you operate your own wifi equipment use channels different from ours.%> + <li><%:If you operate your own wifi equipment use channels different from ours.%></li> </ul> <br/><p><%:By accepting these rules you can use this network for%> <%=leasetime%> - <%:hour(s). After this time you need to accept these rules again.%> + <%:hour(s). After this time you need to accept these rules again.%></br> <% end %> |