modules/admin-full: fix html escaping on interface overview page

This commit is contained in:
Jo-Philipp Wich 2011-11-08 22:35:24 +00:00
parent f812eb91ff
commit f8a2f2c059

View file

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