themes/freifunk-generic: Fix invalid html
This commit is contained in:
parent
8bb613ad08
commit
2598a2cfd1
1 changed files with 1 additions and 1 deletions
|
@ -84,7 +84,7 @@ You may obtain a copy of the License at
|
||||||
<%= css %>
|
<%= css %>
|
||||||
</style>
|
</style>
|
||||||
<% end -%>
|
<% end -%>
|
||||||
<meta name="viewport" content="initial-scale=1.0">
|
<meta name="viewport" content="initial-scale=1.0" />
|
||||||
<script type="text/javascript" src="<%=resource%>/xhr.js"></script>
|
<script type="text/javascript" src="<%=resource%>/xhr.js"></script>
|
||||||
|
|
||||||
<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI</title>
|
<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI</title>
|
||||||
|
|
Loading…
Reference in a new issue