diff options
Diffstat (limited to 'applications')
-rw-r--r-- | applications/luci-livestats/luasrc/view/livestats/wireless.htm | 4 |
1 files 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 670d9fbf6..ca384b2f7 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, |