From bcb117e2eff285958adf351f9ca7459efc48d5cd Mon Sep 17 00:00:00 2001
From: ARNO* <arno@rezo.net>
Date: Thu, 23 Sep 2004 13:02:36 +0000
Subject: [PATCH] Petites corrections sur A suivre

---
 ecrire/index.php3 | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/ecrire/index.php3 b/ecrire/index.php3
index 71867fd4e4..c7e91ebfed 100644
--- a/ecrire/index.php3
+++ b/ecrire/index.php3
@@ -52,7 +52,7 @@ if ($spip_display != 4) {
 		if ($taille) {
 			$taille_html = " WIDTH=$taille[2] HEIGHT=$taille[3] ";
 		}
-		echo "<img src='../IMG/$fichier$fid' $taille_html alt='' />";
+		echo "<div style='text-align:center; margin-bottom: 5px;'><a href='naviguer.php3'><img src='../IMG/$fichier$fid' $taille_html border='0' alt='' /></a></div>";
 	}
 	
 	echo "<div class='verdana1'>";
@@ -121,8 +121,8 @@ if ($spip_display != 4) {
 		echo afficher_plus("auteurs.php3")."<b>"._T('icone_auteurs')."</b>";
 		echo "<ul style='margin:0px; padding-$spip_lang_left: 20px; margin-bottom: 5px;'>";
 		if ($nb_admin) echo "<li>"._T("info_administrateurs").": ".$nb_admin;
-		if ($nb_redac) echo "<li><b>"._T("info_redacteurs").": ".$nb_redac."</b>";
-		if ($nb_abonn) echo "<li><b>"._T("info_visiteurs").": ".$nb_abonn."</b>";
+		if ($nb_redac) echo "<li>"._T("info_redacteurs").": ".$nb_redac;
+		if ($nb_abonn) echo "<li>"._T("info_visiteurs").": ".$nb_abonn;
 		echo "</ul>";
 	}
 
-- 
GitLab