From 3922d87adb3fd261c022452fc26cf9e2fd888cae Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Mon, 9 May 2005 14:29:32 +0000
Subject: [PATCH] Compliant!

---
 ecrire/inc_texte.php3 | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ecrire/inc_texte.php3 b/ecrire/inc_texte.php3
index f943c36c3a..76305a79b3 100644
--- a/ecrire/inc_texte.php3
+++ b/ecrire/inc_texte.php3
@@ -705,11 +705,11 @@ function traiter_tableau($bloc) {
 		//   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;
 			}
 		}
-- 
GitLab