XHTML does not specify ` `, use ` ` instead.
Fixes: #5421
Fixes: f5f6b3e4f8 ("luci-app-mwan3: convert to JS")
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
}
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>';
}