inc-html-squel.php3 1.21 1.22

Update of /home/spip-cvs/spip
In directory alan:/tmp/cvs-serv31829

Modified Files:
  inc-html-squel.php3
Log Message:
balise #0:C mal gérée (Paolo)

Index: inc-html-squel.php3

RCS file: /home/spip-cvs/spip/inc-html-squel.php3,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -d -r1.21 -r1.22
--- inc-html-squel.php3 8 Sep 2004 06:19:42 -0000 1.21
+++ inc-html-squel.php3 8 Sep 2004 10:00:58 -0000 1.22
@@ -130,6 +130,7 @@
     $champ->cond_avant = parser_champs_exterieurs($regs[1],$sep,$nested);
     $champ->cond_apres = parser_champs_exterieurs($regs[7],$sep,$nested);
     $fonctions = $regs[6];
+
     if ($fonctions) {
       $fonctions = explode('|', ereg_replace("^\|", "", $fonctions));
       foreach($fonctions as $f) $champ->fonctions[]= $f;