diff --git a/gluon/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status b/gluon/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status index 9cec1f2..636a7aa 100755 --- a/gluon/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status +++ b/gluon/gluon-status-page/files/lib/gluon/status-page/www/cgi-bin/status @@ -47,15 +47,15 @@ echo "" echo "

Neighbours

" -iw dev | grep IBSS -B 4 | grep Interface | cut -d' ' -f2 | while read if +iw dev | grep IBSS -B 5 | grep Interface | cut -d' ' -f2 | while read if do echo "

$if

" echo "
"
-  
+
   iw dev $if link | escape_html
 
-  echo 
-  
+  echo
+
   iw dev $if station dump | escape_html | linknodes
 
   echo "
"