applications/luci-statistics: fix xhtml entity error introduced with r9926
This commit is contained in:
parent
29b3a87de2
commit
6f8881d48d
1 changed files with 1 additions and 1 deletions
|
@ -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%>&host=<%=current_host%>" />
|
||||
<% if is_index then %></a><% end %>
|
||||
<br />
|
||||
<% end %>
|
||||
|
|
Loading…
Reference in a new issue