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;