inc_texte.php3 1.272 1.273

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

Modified Files:
  inc_texte.php3
Log Message:
Compliant!

Index: inc_texte.php3

RCS file: /home/spip-cvs/spip/ecrire/inc_texte.php3,v
retrieving revision 1.272
retrieving revision 1.273
diff -u -d -r1.272 -r1.273
--- inc_texte.php3 9 May 2005 12:52:01 -0000 1.272
+++ inc_texte.php3 9 May 2005 14:29:32 -0000 1.273
@@ -705,11 +705,11 @@
     // Attention thead oblige a avoir tbody
       else if (preg_match(',^(\|[[:space:]]*{{[^}]+}}[[:space:]]*)+$,ms',
         $ligne, $thead)) {
- $debut_table .= "<thead>\n
+ $debut_table .= "<thead>
           <tr class='row_first'>".
           preg_replace(",[|]([^|]*),",
             "<th scope='col'>\\1</th>", $ligne)
- ."</tr>\n";
+ ."</tr></thead>\n";
         $l = 0;
       }
     }