summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2011-11-08 23:12:38 +0000
committerJo-Philipp Wich <jow@openwrt.org>2011-11-08 23:12:38 +0000
commit13f98b6d99ebd1880a1dc74685001e678477b322 (patch)
tree6755e15f8ee011e973fa410c103c49800558cdee /modules
parentf8a2f2c059d47320bf43434cd04030a0f80e08ec (diff)
modules/admin-full: fix another html escape issue on interface overview page
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/view/admin_network/iface_overview.htm2
1 files changed, 1 insertions, 1 deletions
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 c14604bd8..fc82acd7f 100644
--- 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