From 946450f5764e99f62eee9c9550370d3a4e6879cd Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Thu, 18 Sep 2003 14:48:13 +0000
Subject: [PATCH] Petit probleme d'alignement sur les icones horizontales

---
 ecrire/inc_presentation.php3 | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index aa9421ea76..de865ffff5 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -1357,6 +1357,7 @@ function icone_horizontale($texte, $lien, $fond = "", $fonction = "") {
 	}
 	$compteur_survol++;
 
+	echo "<div align='left'>";
 	if ($spip_display == 1) {
 		echo "\n<table class=\"$style\" onMouseOver=\"changeclass(this,'icone-h-on');\" onMouseOut=\"changeclass(this,'$style');\" onClick=\"document.location='$lien'\">";
 		echo "<tr>";
@@ -1382,7 +1383,7 @@ function icone_horizontale($texte, $lien, $fond = "", $fonction = "") {
 	echo "</a>";
 	echo "</td></tr>";
 
-	echo "</table>\n";
+	echo "</table></div>\n";
 }
 
 
-- 
GitLab