modules/freifunk: Fix html error, closes #197

This commit is contained in:
Manuel Munz 2011-02-09 20:16:16 +00:00
parent 2cb4a823a2
commit 6411e58b09

View 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%> <% if not (hostname and latitude and longitude and location) then%>
<div class="error"> <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> </div>
<%end%> <%end%>
<p /> <p />