modules/admin-full: small style fix in switch status
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 11 Sep 2012 15:52:01 +0000 (15:52 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 11 Sep 2012 15:52:01 +0000 (15:52 +0000)
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%>'
                                                        );