modules/admin-full: fix html escaping on interface overview page
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 8 Nov 2011 22:35:24 +0000 (22:35 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 8 Nov 2011 22:35:24 +0000 (22:35 +0000)
modules/admin-full/luasrc/view/admin_network/iface_overview.htm

index 21990bb..c14604b 100644 (file)
@@ -105,7 +105,7 @@ $Id$
                                                }
 
                                                stat += String.format(
-                                                       '<br /><small>%s</small>',
+                                                       '<br /><small>%h</small>',
                                                                ifc.name
                                                );