diff --git a/inc-compilo.php3 b/inc-compilo.php3 index fd2e7cb5bb98dcf71c22a23d09e2c1be663b76df..d01f0e79a5bce23c481cf0ee4309f6f68106b4f3 100644 --- a/inc-compilo.php3 +++ b/inc-compilo.php3 @@ -129,9 +129,9 @@ function calculer_boucle($id_boucle, &$boucles) { "] = 1; // invalideurs\n"; if ($boucle->doublons) - $corps .= "\n \$doublons[".$boucle->doublons."] .= ','. " . + $corps .= " \$doublons[".$boucle->doublons."] .= ','. " . index_pile($id_boucle, $primary, $boucles) - . "; // doublons"; + . "; // doublons\n"; if (count($boucle->separateur))