modules/admin-full: fix another html escape issue on interface overview page
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 8 Nov 2011 23:12:38 +0000 (23:12 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 8 Nov 2011 23:12:38 +0000 (23:12 +0000)
modules/admin-full/luasrc/view/admin_network/iface_overview.htm

index c14604b..fc82acd 100644 (file)
@@ -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