From 15dbe94dc87ecb717abd5436e4b04be99d6e3737 Mon Sep 17 00:00:00 2001 From: "Committo,Ergo:sum" <esj@rezo.net> Date: Sun, 24 Sep 2006 20:31:51 +0000 Subject: [PATCH] =?UTF-8?q?Deux=20p=C3=A9touilles=20graphiques.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ecrire/inc/chercher_logo.php | 2 +- ecrire/inc/presentation.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/ecrire/inc/chercher_logo.php b/ecrire/inc/chercher_logo.php index 174f9223d3..c6119a5450 100644 --- a/ecrire/inc/chercher_logo.php +++ b/ecrire/inc/chercher_logo.php @@ -52,7 +52,7 @@ function decrire_logo($id_objet, $mode, $id, $width, $height, $img, $titre="", $ if ($res) $res = "<div><a href='" . $fid . "'>$res</a></div>"; else - $res = "<img src='$fid' width='$width' height='$height' alt='" . htmlentities($titre) . "' />"; + $res = "<img src='$fid' width='$width' height='$height' alt=\"" . htmlentities($titre) . '" />'; if ($taille = @getimagesize($fid)) $taille = _T('info_largeur_vignette', array('largeur_vignette' => $taille[0], 'hauteur_vignette' => $taille[1])); return "<p><center>$res" . diff --git a/ecrire/inc/presentation.php b/ecrire/inc/presentation.php index 9edf04d2d4..f7db30e3b4 100644 --- a/ecrire/inc/presentation.php +++ b/ecrire/inc/presentation.php @@ -1489,7 +1489,7 @@ function afficher_forum_thread($row, $controle_id_article, $compteur_forum, $nb_ $date_heure=$row['date_heure']; $titre=$row['titre']; $texte=$row['texte']; - $auteur=$row['auteur']; + $auteur= extraire_multi($row['auteur']); $email_auteur=$row['email_auteur']; $nom_site=$row['nom_site']; $url_site=$row['url_site']; -- GitLab