applications/luci-statistics: fix xhtml entity error introduced with r9926

This commit is contained in:
Jo-Philipp Wich 2013-12-03 23:58:15 +00:00
parent 29b3a87de2
commit 6f8881d48d

View file

@ -38,7 +38,7 @@ $Id$
<div style="text-align: center"> <div style="text-align: center">
<% for i, img in ipairs(images) do %> <% for i, img in ipairs(images) do %>
<% if is_index then %><a href="<%=pcdata(images[img])%>"><% end %> <% 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 %> <% if is_index then %></a><% end %>
<br /> <br />
<% end %> <% end %>