From 1bbc072a542505ebd775b26cf263074ad5385ede Mon Sep 17 00:00:00 2001 From: phl0 Date: Fri, 29 Jul 2016 14:42:49 +0200 Subject: [PATCH] Correct some indentiations and whitespace --- dashboard/pgs/peers.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dashboard/pgs/peers.php b/dashboard/pgs/peers.php index 960aba2..afe442d 100644 --- a/dashboard/pgs/peers.php +++ b/dashboard/pgs/peers.php @@ -37,11 +37,11 @@ $odd = ""; $Reflector->LoadFlags(); for ($i=0;$i<$Reflector->PeerCount();$i++) { - + if ($odd == "#FFFFFF") { $odd = "#F1FAFA"; } else { $odd = "#FFFFFF"; } - + echo ' - + '.($i+1).''; $Name = $Reflector->Peers[$i]->GetCallSign(); for ($j=1;$jPeerCount();$i++) { if ($i == $PageOptions['PeerPage']['LimitTo']) { $i = $Reflector->PeerCount()+1; } } -?> - +?> +