Merge pull request #61 from wogong/master
add Chinese localization file and add charset setting
This commit is contained in:
commit
32d4588cbd
3 changed files with 139 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
$withToolbar = false;
|
||||
if (!isset($_COOKIE['toolbar'])) $withToolbar = true;
|
||||
|
||||
header ("Content-Type:application/xhtml+xml");
|
||||
header ("Content-Type:application/xhtml+xml;charset=utf-8");
|
||||
$page = getURLParam ("page", Base::PAGE_INDEX);
|
||||
$query = getURLParam ("query");
|
||||
$qid = getURLParam ("id");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue