themes/freifunk-generic: Fix invalid html
authorManuel Munz <freifunk@somakoma.de>
Thu, 19 Sep 2013 17:19:17 +0000 (17:19 +0000)
committerManuel Munz <freifunk@somakoma.de>
Thu, 19 Sep 2013 17:19:17 +0000 (17:19 +0000)
themes/freifunk-generic/luasrc/view/themes/freifunk-generic/header.htm

index 7b173bd..e8b1c06 100644 (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>