modules/admin-full: fix html escaping on interface overview page
This commit is contained in:
parent
f812eb91ff
commit
f8a2f2c059
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ $Id$
|
|||
}
|
||||
|
||||
stat += String.format(
|
||||
'<br /><small>%s</small>',
|
||||
'<br /><small>%h</small>',
|
||||
ifc.name
|
||||
);
|
||||
|
||||
|
|
Loading…
Reference in a new issue