add charset utf-8 in index.php, fix the display problem in Chinese
This commit is contained in:
부모
4402daf003
커밋
c641aeea58
1개의 변경된 파일과 1개의 추가작업 그리고 1개의 파일을 삭제
|
|
@ -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");
|
||||
|
|
|
|||
불러오는 중…
테이블 추가
Add a link
Reference in a new issue