Fix: Un commentaire enlev pour des tests et que j'avais oubli de remettre pour un autre commit.

This commit is contained in:
Laurent Destailleur 2005-02-07 20:09:06 +00:00
parent 7f456f05f5
commit 137a168594

View File

@ -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 .= "<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=$charset\">\n";
return $texte;