applications/luci-statistics: fix xhtml entity error introduced with r9926
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 3 Dec 2013 23:58:15 +0000 (23:58 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 3 Dec 2013 23:58:15 +0000 (23:58 +0000)
applications/luci-statistics/luasrc/view/public_statistics/graph.htm

index 3249d99..8a8256b 100644 (file)
@@ -38,7 +38,7 @@ $Id$
 <div style="text-align: center">
        <% for i, img in ipairs(images) do %>
                <% if is_index then %><a href="<%=pcdata(images[img])%>"><% end %>
-               <img src="<%=REQUEST_URI%>?img=<%=img%>&host=<%=current_host%>" />
+               <img src="<%=REQUEST_URI%>?img=<%=img%>&#38;host=<%=current_host%>" />
                <% if is_index then %></a><% end %>
                <br />
        <% end %>