From: Jo-Philipp Wich Date: Tue, 8 Nov 2011 22:35:24 +0000 (+0000) Subject: modules/admin-full: fix html escaping on interface overview page X-Git-Tag: 0.11.0~1388 X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=f8a2f2c059d47320bf43434cd04030a0f80e08ec;p=project%2Fluci.git modules/admin-full: fix html escaping on interface overview page --- 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 21990bb7dd..c14604bd86 100644 --- 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( - '
%s', + '
%h', ifc.name );