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:
f8a2f2c
)
modules/admin-full: fix another html escape issue on interface overview page
author
Jo-Philipp Wich
<redacted>
Tue, 8 Nov 2011 23:12:38 +0000
(23:12 +0000)
committer
Jo-Philipp Wich
<redacted>
Tue, 8 Nov 2011 23:12:38 +0000
(23:12 +0000)
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
patch
|
blob
|
history
diff --git
a/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
b/modules/admin-full/luasrc/view/admin_network/iface_overview.htm
index c14604bd862e4cca6bd98afb1ab3495e1cf67eb9..fc82acd7ffc3ee9e8919fa3cf7ca6c9179cd8bb9 100644
(file)
--- a/
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
+++ b/
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
@@
-94,7
+94,7
@@
$Id$
var sif = ifc.subdevices[j];
stat += String.format(
- '<img src="<%=resource%>/icons/%s%s.png" style="width:16px; height:16px; vertical-align:middle" title="%
q
" />',
+ '<img src="<%=resource%>/icons/%s%s.png" style="width:16px; height:16px; vertical-align:middle" title="%
h
" />',
sif.type,
sif.is_up ? '' : '_disabled',
sif.name
git clone https://git.99rst.org/PROJECT