From 2aff7e13fc0b208179d1a5b93f9e7eff9c1b599d Mon Sep 17 00:00:00 2001 From: Jo-Philipp Wich Date: Thu, 9 Apr 2009 14:12:51 +0000 Subject: [PATCH] luci-0.8: merge r4417 --- .../luci-livestats/luasrc/view/livestats/wireless.htm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/applications/luci-livestats/luasrc/view/livestats/wireless.htm b/applications/luci-livestats/luasrc/view/livestats/wireless.htm index 670d9fbf6c..ca384b2f7c 100644 --- a/applications/luci-livestats/luasrc/view/livestats/wireless.htm +++ b/applications/luci-livestats/luasrc/view/livestats/wireless.htm @@ -26,8 +26,8 @@ padding: { left: 40, right: 10, top: 10, bottom: 20 }, instanceNames: { <%- for k,v in pairs(luci.sys.wifi.getiwconfig()) do %> - <%-="%q:%q," % {k, "%s (%s)" % {k, tostring(v.ESSID)}}-%> - <% end %> + <%-="%q:%q," % {k, "%s (%s)" % {k, luci.util.pcdata(tostring(v.ESSID))}}-%> + <% end %> "0": "" }}, null, -- 2.30.2