From 106e1d86ae63646811779d12143ee56e821dec74 Mon Sep 17 00:00:00 2001
From: Fil <fil@rezo.net>
Date: Thu, 10 Jun 2004 08:28:42 +0000
Subject: [PATCH] =?UTF-8?q?nom=20d'auteur=20typographi=C3=A9=20(Mathieu=20?=
 =?UTF-8?q?Lufty)?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/ecrire/inc_presentation.php3 b/ecrire/inc_presentation.php3
index b75b15d2b0..0c0c68e281 100644
--- a/ecrire/inc_presentation.php3
+++ b/ecrire/inc_presentation.php3
@@ -2021,7 +2021,7 @@ function debut_page($titre = "", $rubrique = "asuivre", $sous_rubrique = "asuivr
 	echo "<td valign='middle' class='bandeau_couleur' style='text-align: $spip_lang_left;'>";
 	
 		// Redacteur connecte
-		echo $GLOBALS["connect_nom"];
+		echo typo($GLOBALS["connect_nom"]);
 	
 	
 	echo "</td>";
-- 
GitLab