From 137a1685940edb6c7dfd9177e6ea2f28972f3394 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Mon, 7 Feb 2005 20:09:06 +0000 Subject: [PATCH] =?UTF-8?q?Fix:=20Un=20commentaire=20enlev=E9=20pour=20des?= =?UTF-8?q?=20tests=20et=20que=20j'avais=20oubli=E9=20de=20remettre=20pour?= =?UTF-8?q?=20un=20autre=20commit.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- htdocs/translate.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htdocs/translate.class.php b/htdocs/translate.class.php index 1271d35dd33..b861035a6a3 100644 --- a/htdocs/translate.class.php +++ b/htdocs/translate.class.php @@ -160,7 +160,7 @@ class Translate { $charset=$this->trans("charset"); if (! $charset) $charset="iso-8859-1"; - header("Content-Type: text/html; charset=$charset"); + //header("Content-Type: text/html; charset=$charset"); $texte .= "\n\n"; return $texte;