From f870945e9769ebef2f7cf15ac9e5009bb5966373 Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Wed, 29 Jun 2005 15:21:32 +0000
Subject: [PATCH] saut de ligne APRES le commentaire, pas avant...

---
 inc-compilo.php3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/inc-compilo.php3 b/inc-compilo.php3
index fd2e7cb5bb..d01f0e79a5 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))
-- 
GitLab