themes/freifunk-generic: Fix invalid html

This commit is contained in:
Manuel Munz 2013-09-19 17:19:17 +00:00
parent 8bb613ad08
commit 2598a2cfd1

View file

@ -84,7 +84,7 @@ You may obtain a copy of the License at
<%= css %>
</style>
<% 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>
<title><%=striptags( hostname .. ( (node and node.title) and ' - ' .. translate(tostring(node.title)) or '')) %> - LuCI</title>