From 056de866c77d8d362bf37f0eba6a5e926e6c622e Mon Sep 17 00:00:00 2001
From: "Committo,Ergo:sum" <esj@rezo.net>
Date: Tue, 17 Apr 2007 09:31:40 +0000
Subject: [PATCH] =?UTF-8?q?encore=20qq=20scories=20xhtml=20non=20strictes?=
 =?UTF-8?q?=20(ne=20restent=20plus=20que=20qq=20cas=20qui=20ont=20besoin?=
 =?UTF-8?q?=20d'un=20remaniement=20plus=20profond=20de=20toutes=20fa=C3=A7?=
 =?UTF-8?q?ons).?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 ecrire/exec/messagerie.php | 4 ++--
 ecrire/exec/naviguer.php   | 2 +-
 ecrire/inc/joindre.php     | 2 +-
 3 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/ecrire/exec/messagerie.php b/ecrire/exec/messagerie.php
index c9be50b95d..061ef87e8a 100644
--- a/ecrire/exec/messagerie.php
+++ b/ecrire/exec/messagerie.php
@@ -111,7 +111,7 @@ if (spip_num_rows($result) > 0) {
 	echo bandeau_titre_boite2('<b>' . _T('info_principaux_correspondants') . '</b>', "redacteurs-24.gif",  'toile_gris_sombre', 'ligne_blanche');
 
 	echo "<table width='100%' cellpadding='0' cellspacing='0'>";
-	echo "<tr><td valign='top' width='50%'>";
+	echo "<tr><td valign='top' style='width: 50%'>";
 	$count = 0;
 	while($row = spip_fetch_array($result)) {
 		$count ++;
@@ -121,7 +121,7 @@ if (spip_num_rows($result) > 0) {
 		echo "<div class='tr_liste'\nonmouseover=\"changeclass(this,'tr_liste_over');\"\nonmouseout=\"changeclass(this,'tr_liste');\"\nstyle='padding: 2px; padding-left: 10px; border-bottom: 1px solid #cccccc;'><div class='verdana1'><img src='" . _DIR_IMG_PACK . "redac-12.gif'\nstyle='border: 0px' alt=' ' /> <a href='" . generer_url_ecrire("auteur_infos","id_auteur=$id_auteur"), "'>",
 		  $nom,
 		  "</a> ($total)</div></div>";
-		if ($count == ceil(spip_num_rows($result)/2)) echo "</td><td valign='top' width='50%' class='toile_gris_leger'>";
+		if ($count == ceil(spip_num_rows($result)/2)) echo "</td><td valign='top' style='width: 50%' class='toile_gris_leger'>";
 	}
 	echo "</td></tr></table>";
 	echo "</div>";
diff --git a/ecrire/exec/naviguer.php b/ecrire/exec/naviguer.php
index 5206c80bca..7520bc2a57 100644
--- a/ecrire/exec/naviguer.php
+++ b/ecrire/exec/naviguer.php
@@ -383,7 +383,7 @@ function naviguer_doc ($id, $type = "article", $script, $flag_editable) {
 	// a cause des position:relative incompris de MSIE
 
 	  if ($GLOBALS['browser_name']!="MSIE") {
-		$res = "\n<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n<tr><td>&nbsp;</td><td width='50%' style='text-align: $spip_lang_left;'>\n$res</td></tr></table>";
+		$res = "\n<table width='100%' cellpadding='0' cellspacing='0' border='0'>\n<tr><td>&nbsp;</td><td style='text-align: $spip_lang_left;width: 50%;'>\n$res</td></tr></table>";
 	  }
 
 	  $res .= "<script src='"._DIR_JAVASCRIPT."async_upload.js' type='text/javascript'></script>\n";
diff --git a/ecrire/inc/joindre.php b/ecrire/inc/joindre.php
index eedc2c07e9..c551652722 100644
--- a/ecrire/inc/joindre.php
+++ b/ecrire/inc/joindre.php
@@ -161,7 +161,7 @@ function afficher_transferer_upload($texte_upload, $dir)
 		"\n<select name='chemin' size='1' class='fondl'>" .
 		$texte_upload .
 		"\n</select>" .
-		"\n<div style=text-align: ".
+		"\n<div style='text-align: ".
 		$GLOBALS['spip_lang_right'] .
 		"'><input name='sousaction3' type='submit' value='" .
 		_T('bouton_choisir').
-- 
GitLab