From 12ede3f2d98b5f8af89eeb01a329f9e065a7d1a1 Mon Sep 17 00:00:00 2001 From: Patrick Grimm Date: Fri, 18 Oct 2013 10:42:15 +0000 Subject: [PATCH] applications/luci-statistics: fix img url --- applications/luci-statistics/luasrc/view/public_statistics/graph.htm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm index e9b0baf05..3249d993b 100644 --- a/applications/luci-statistics/luasrc/view/public_statistics/graph.htm +++ b/applications/luci-statistics/luasrc/view/public_statistics/graph.htm @@ -38,7 +38,7 @@ $Id$
<% for i, img in ipairs(images) do %> <% if is_index then %><% end %> - + <% if is_index then %><% end %>
<% end %> -- 2.11.0