diff --git a/htdocs/index.php b/htdocs/index.php index cf00eeeb62e..fbabc244d0a 100644 --- a/htdocs/index.php +++ b/htdocs/index.php @@ -550,7 +550,7 @@ if (sizeof($boxarray)) print '
| '."\n";
- // Affichage colonne gauche (boites paires)
+ // Affichage colonne gauche
print ' '."\n";
$ii=0;
foreach ($boxarray as $key => $box)
@@ -573,7 +573,7 @@ if (sizeof($boxarray))
print ' ';
print "\n";
- // Affichage colonne droite (boites impaires)
+ // Affichage colonne droite
print ''."\n";
$ii=0;
foreach ($boxarray as $key => $box)
|