git.99rst.org
/
openwrt-luci.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
0acedff
)
applications/luci-livestats: properly escape essids (closes OpenWrt ticket #4888)
author
Jo-Philipp Wich
<redacted>
Thu, 9 Apr 2009 14:09:39 +0000
(14:09 +0000)
committer
Jo-Philipp Wich
<redacted>
Thu, 9 Apr 2009 14:09:39 +0000
(14:09 +0000)
applications/luci-livestats/luasrc/view/livestats/wireless.htm
patch
|
blob
|
history
diff --git
a/applications/luci-livestats/luasrc/view/livestats/wireless.htm
b/applications/luci-livestats/luasrc/view/livestats/wireless.htm
index 670d9fbf6cca0a4f53accfc05cf9fcfc8f087052..ca384b2f7cf466a1945590e8dfee0fa10708e70c 100644
(file)
--- 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,
git clone https://git.99rst.org/PROJECT