From c24e4ea47a65422cc20085d3b6aba2e90229dc7b Mon Sep 17 00:00:00 2001
From: Cerdic <cedric@yterium.com>
Date: Wed, 23 Aug 2006 09:17:21 +0000
Subject: [PATCH] retablir les <INCLURE(xxx.php)>

---
 ecrire/public/phraser_html.php | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ecrire/public/phraser_html.php b/ecrire/public/phraser_html.php
index 27653e0a58..41f57c08de 100644
--- a/ecrire/public/phraser_html.php
+++ b/ecrire/public/phraser_html.php
@@ -85,10 +85,10 @@ function phraser_inclure($texte, $ligne, $result) {
 		// on assimile {var=val} a une liste de un argument sans fonction
 		phraser_args($texte,">","",$result,$champ);
 		$champ_ = phraser_arguments_inclure($champ);
-		
+		$champ->param = $champ_->param;
 		$texte = substr($champ->apres,1);
-		$champ_->apres = "";
-		$result[] = $champ_;
+		$champ->apres = "";
+		$result[] = $champ;
 	}
 	return (($texte==="") ? $result : phraser_idiomes($texte, $ligne, $result));
 }
-- 
GitLab