modules/admin-full: small style fix in switch status
[project/luci.git] / modules / admin-full / luasrc / view / admin_network / switch_status.htm
index 31da264..0b28483 100644 (file)
@@ -24,7 +24,7 @@
                                                {
                                                        th.innerHTML = String.format(
                                                                '<small><img src="<%=resource%>/icons/port_up.png" />' +
-                                                               '<br />%d<%:baseT%> %s</small>',
+                                                               '<br />%d<%:baseT%><br />%s</small>',
                                                                st[i].speed, st[i].duplex
                                                                        ? '<%:full-duplex%>' : '<%:half-duplex%>'
                                                        );