From 0675ab803da248320dfccb2950bb0b1c53d7bbcc Mon Sep 17 00:00:00 2001 From: Scott Ullrich Date: Mon, 17 Sep 2007 18:24:04 +0000 Subject: [PATCH] Fix formatting errors introduced by last commit. --- usr/local/www/status_wireless.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/usr/local/www/status_wireless.php b/usr/local/www/status_wireless.php index aa468be921..1cf6eec7d7 100755 --- a/usr/local/www/status_wireless.php +++ b/usr/local/www/status_wireless.php @@ -105,6 +105,10 @@ if ($mode == 'bss') { $state_fixed = str_replace(" ", " ", $state); $state_fixed = str_replace(" ", " ", $state_fixed); $state_fixed = str_replace(" ", " ", $state_fixed); + $state_fixed = str_replace(" ", " ", $state_fixed); + $state_fixed = str_replace(" ", " ", $state_fixed); + $state_fixed = str_replace(" ", " ", $state_fixed); + $state_fixed = str_replace(" ", " ", $state_fixed); $state_split = split(" ", $state_fixed); print ""; print "{$state_split[0]}";