PDA

View Full Version : Charset bugfix


Nadav
07-02-2007, 06:44 PM
In the blue skin, the charset isn't being set by the lang.php
The problem?
skin/blue/header.html
find:
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
and the solution?
Replace to:
<META http-equiv=content-type content="text/html; charset={L_Charset}" />
I hope I helped someone ;)

yabsoft
07-03-2007, 04:25 PM
Thanks for your report. I will fix it in release.