modules/admin-full: fix text quirk on status overview page

This commit is contained in:
Jo-Philipp Wich 2011-04-25 18:23:05 +00:00
parent 0a252c0f8a
commit e9a357ed78

View 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 />' +