modules/freifunk: Fix html error, closes #197
This commit is contained in:
parent
2cb4a823a2
commit
6411e58b09
1 changed files with 1 additions and 1 deletions
|
@ -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 />
|
||||||
|
|
Loading…
Reference in a new issue