2013-08-20, 11:32:32
Hi,
I recommend to add:
header('content-type: text/html; charset=utf-8');
in the first line of admin/template/header.php to avoid seeing invalid utf-8 characters in administration pages.
Some servers sends a default iso-8859-1 charset in the header and browsers ignores the meta tags of the page.
Regards,
Mauro.
I recommend to add:
header('content-type: text/html; charset=utf-8');
in the first line of admin/template/header.php to avoid seeing invalid utf-8 characters in administration pages.
Some servers sends a default iso-8859-1 charset in the header and browsers ignores the meta tags of the page.
Regards,
Mauro.