modules/admin-full: fix typo introduced with r6406

This commit is contained in:
Jo-Philipp Wich 2010-11-09 19:53:01 +00:00
parent 472ffe69a9
commit 59eb5ff576

View 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
);