summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorManuel Munz <freifunk@somakoma.de>2011-02-09 20:16:16 +0000
committerManuel Munz <freifunk@somakoma.de>2011-02-09 20:16:16 +0000
commit6411e58b09493b387b1dbd61a959085de81e392b (patch)
treecc732d28517c5b0c61245ec47485eb833fa76541
parent2cb4a823a2ba7b889fb64227033b47cbe5abbb11 (diff)
modules/freifunk: Fix html error, closes #197
-rw-r--r--modules/freifunk/luasrc/view/freifunk/adminindex.htm2
1 files changed, 1 insertions, 1 deletions
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%>
<div class="error">
- <%:Basic settings are incomplete. Please go to%> <a href='<%=basicsurl%>'<%:Basic settings%></a> <%:and fill out all required fields.%></p>
+ <%:Basic settings are incomplete. Please go to%> <a href='<%=basicsurl%>'><%:Basic settings%></a> <%:and fill out all required fields.%>
</div>
<%end%>
<p />