modules/admin-full: fix typo introduced with r6406
authorJo-Philipp Wich <jow@openwrt.org>
Tue, 9 Nov 2010 19:53:01 +0000 (19:53 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Tue, 9 Nov 2010 19:53:01 +0000 (19:53 +0000)
modules/admin-full/luasrc/view/admin_network/wifi_status.htm

index 8c50843..4b49cae 100644 (file)
@@ -30,7 +30,7 @@
                                        var s = document.getElementById('<%=self.option%>-iw-signal');
                                        if (s)
                                                s.innerHTML = String.format(
-                                                       '<img src="%s" title="<%:Signal%>: %d dBm / <%Noise%>: %d dBm" /><br />' +
+                                                       '<img src="%s" title="<%:Signal%>: %d dBm / <%:Noise%>: %d dBm" /><br />' +
                                                        '<small>%d%%</small>', icon, iw.signal, iw.noise, p
                                                );