diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3 index 59d77e77efca65298537d9d57298be2086d84492..b6bc75342ac792ffea20bf2316998e2881026ff4 100644 --- a/ecrire/inc_presentation.php3 +++ b/ecrire/inc_presentation.php3 @@ -646,7 +646,7 @@ function afficher_articles($titre_table, $requete, $afficher_visites = false, $a $fid = $logo[2]; $hash = calculer_action_auteur ("reduire $w $h"); - $s.= "<div style='float: $spip_lang_right; margin-top: -2px; margin-bottom: -2px;'><img src='../spip_image_reduite.php3?img="._DIR_IMG."$fichier&taille_x=$w&taille_y=$h&hash=$hash&hash_id_auteur=$connect_id_auteur' width='$w' height='$h'></div>"; + $s.= "<div style='float: $spip_lang_right; margin-top: -2px; margin-bottom: -2px;'><img src='../spip_image_reduite.php3?img="._DIR_IMG."$fichier&taille_x=$w&taille_y=$h&hash=$hash&hash_id_auteur=$connect_id_auteur' alt='' width='$w' height='$h' border='0'></div>"; } }