From: Jo-Philipp Wich Date: Tue, 8 Nov 2011 23:12:38 +0000 (+0000) Subject: modules/admin-full: fix another html escape issue on interface overview page X-Git-Tag: 0.11.0~1387 X-Git-Url: http://git.openwrt.org/?p=project%2Fluci.git;a=commitdiff_plain;h=13f98b6d99ebd1880a1dc74685001e678477b322 modules/admin-full: fix another html escape issue 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 c14604bd86..fc82acd7ff 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( - '', + '', sif.type, sif.is_up ? '' : '_disabled', sif.name