summaryrefslogtreecommitdiffhomepage
path: root/modules
diff options
context:
space:
mode:
authorJo-Philipp Wich <jow@openwrt.org>2010-11-09 19:53:01 +0000
committerJo-Philipp Wich <jow@openwrt.org>2010-11-09 19:53:01 +0000
commit59eb5ff576e56e3947369df1b866c8e922f4b965 (patch)
tree65a1238473f3e0073067a8e9b0f3b73da6523575 /modules
parent472ffe69a9919a73991a2670762d3bce0b59c9f3 (diff)
modules/admin-full: fix typo introduced with r6406
Diffstat (limited to 'modules')
-rw-r--r--modules/admin-full/luasrc/view/admin_network/wifi_status.htm2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/admin-full/luasrc/view/admin_network/wifi_status.htm b/modules/admin-full/luasrc/view/admin_network/wifi_status.htm
index 8c50843ad..4b49caefb 100644
--- a/modules/admin-full/luasrc/view/admin_network/wifi_status.htm
+++ b/modules/admin-full/luasrc/view/admin_network/wifi_status.htm
@@ -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
);