}
statusview += '<div class="alert-message %h">'.format(css);
- statusview += '<div><strong>%h: </strong>%h</div>'.format(_('Interface'), iface);
- statusview += '<div><strong>%h: </strong>%h</div>'.format(_('Status'), state);
+ statusview += '<div><strong>%h: </strong>%h</div>'.format(_('Interface'), iface);
+ statusview += '<div><strong>%h: </strong>%h</div>'.format(_('Status'), state);
if (time)
- statusview += '<div><strong>%h: </strong>%h</div>'.format(tname, time);
+ statusview += '<div><strong>%h: </strong>%h</div>'.format(tname, time);
statusview += '</div>';
}