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:
f812eb9
)
modules/admin-full: fix html escaping on interface overview page
author
Jo-Philipp Wich
<redacted>
Tue, 8 Nov 2011 22:35:24 +0000
(22:35 +0000)
committer
Jo-Philipp Wich
<redacted>
Tue, 8 Nov 2011 22:35:24 +0000
(22:35 +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 21990bb7ddba48c87cb7173007f3f0263d2649f6..c14604bd862e4cca6bd98afb1ab3495e1cf67eb9 100644
(file)
--- a/
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
+++ b/
modules/admin-full/luasrc/view/admin_network/iface_overview.htm
@@
-105,7
+105,7
@@
$Id$
}
stat += String.format(
- '<br /><small>%
s
</small>',
+ '<br /><small>%
h
</small>',
ifc.name
);
git clone https://git.99rst.org/PROJECT