modules/freifunk: Fix html error, closes #197
authorManuel Munz <freifunk@somakoma.de>
Wed, 9 Feb 2011 20:16:16 +0000 (20:16 +0000)
committerManuel Munz <freifunk@somakoma.de>
Wed, 9 Feb 2011 20:16:16 +0000 (20:16 +0000)
modules/freifunk/luasrc/view/freifunk/adminindex.htm

index 0188f2e..2b72370 100644 (file)
@@ -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 />