modules/admin-full: fix another html escape issue on interface overview page
[project/luci.git] / 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