Fix: Un commentaire enlevé pour des tests et que j'avais oublié de remettre pour un autre commit.
This commit is contained in:
parent
7f456f05f5
commit
137a168594
@ -160,7 +160,7 @@ class Translate {
|
|||||||
$charset=$this->trans("charset");
|
$charset=$this->trans("charset");
|
||||||
if (! $charset) $charset="iso-8859-1";
|
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";
|
$texte .= "<head>\n<meta http-equiv=\"Content-Type\" content=\"text/html; charset=$charset\">\n";
|
||||||
|
|
||||||
return $texte;
|
return $texte;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user