From 6411e58b09493b387b1dbd61a959085de81e392b Mon Sep 17 00:00:00 2001 From: Manuel Munz Date: Wed, 9 Feb 2011 20:16:16 +0000 Subject: [PATCH] modules/freifunk: Fix html error, closes #197 --- modules/freifunk/luasrc/view/freifunk/adminindex.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/freifunk/luasrc/view/freifunk/adminindex.htm b/modules/freifunk/luasrc/view/freifunk/adminindex.htm index 0188f2e6d..2b72370c2 100644 --- a/modules/freifunk/luasrc/view/freifunk/adminindex.htm +++ b/modules/freifunk/luasrc/view/freifunk/adminindex.htm @@ -17,7 +17,7 @@ local basicsurl = luci.dispatcher.build_url(luci.dispatcher.context.path[1], "fr <% if not (hostname and latitude and longitude and location) then%>
- <%:Basic settings are incomplete. Please go to%> <%:and fill out all required fields.%>

+ <%:Basic settings are incomplete. Please go to%> <%:Basic settings%> <%:and fill out all required fields.%>
<%end%>

-- 2.11.0