modules/admin-full: fix text quirk on status overview page
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 25 Apr 2011 18:23:05 +0000 (18:23 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 25 Apr 2011 18:23:05 +0000 (18:23 +0000)
modules/admin-full/luasrc/view/admin_status/index.htm

index 3e73eb1..bfaad75 100644 (file)
@@ -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 />' +