diff options
author | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-25 18:23:05 +0000 |
---|---|---|
committer | Jo-Philipp Wich <jow@openwrt.org> | 2011-04-25 18:23:05 +0000 |
commit | e9a357ed781d1334f0200f00617475e4f3a047b7 (patch) | |
tree | bd39df7042cc2bbb34f01d75b60eda64ecb0de8b /modules/admin-full | |
parent | 0a252c0f8abbd7e66952f67d3858fd376584b704 (diff) |
modules/admin-full: fix text quirk on status overview page
Diffstat (limited to 'modules/admin-full')
-rw-r--r-- | modules/admin-full/luasrc/view/admin_status/index.htm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_status/index.htm b/modules/admin-full/luasrc/view/admin_status/index.htm index 3e73eb13b..bfaad75bf 100644 --- a/modules/admin-full/luasrc/view/admin_status/index.htm +++ b/modules/admin-full/luasrc/view/admin_status/index.htm @@ -310,7 +310,7 @@ $Id$ s += String.format( '<table><tr><td style="text-align:center; width:32px; padding:3px">' + - '<img src="%s" title="<%:Signal%>: %d dBm / Noise: <%:Noise%>: %d dBm" />' + + '<img src="%s" title="<%:Signal%>: %d dBm / <%:Noise%>: %d dBm" />' + '<br /><small>%d%%</small>' + '</td><td style="text-align:left; padding:3px"><small>' + '<strong><%:SSID%>:</strong> <a href="%s">%h</a><br />' + |