Correct some indentiations and whitespace

This commit is contained in:
phl0 2016-07-29 14:42:49 +02:00
parent abc0f9e9bf
commit 1bbc072a54
No known key found for this signature in database
GPG Key ID: 48EA1E640798CA9A
1 changed files with 5 additions and 5 deletions

View File

@ -37,11 +37,11 @@ $odd = "";
$Reflector->LoadFlags();
for ($i=0;$i<$Reflector->PeerCount();$i++) {
if ($odd == "#FFFFFF") { $odd = "#F1FAFA"; } else { $odd = "#FFFFFF"; }
echo '
<tr height="30" bgcolor="'.$odd.'" onMouseOver="this.bgColor=\'#FFFFCA\';" onMouseOut="this.bgColor=\''.$odd.'\';">
<tr height="30" bgcolor="'.$odd.'" onMouseOver="this.bgColor=\'#FFFFCA\';" onMouseOut="this.bgColor=\''.$odd.'\';">
<td align="center">'.($i+1).'</td>';
$Name = $Reflector->Peers[$i]->GetCallSign();
for ($j=1;$j<count($Reflectors);$j++) {
@ -75,6 +75,6 @@ for ($i=0;$i<$Reflector->PeerCount();$i++) {
if ($i == $PageOptions['PeerPage']['LimitTo']) { $i = $Reflector->PeerCount()+1; }
}
?>
?>
</table>