Make sure that the ajax pages declare properly their charset as UTF-8. (Trac #198)

SVN:trunk[631]
This commit is contained in:
Denis Flaven
2010-07-27 15:58:25 +00:00
parent ef0ace1c22
commit 4c4570d9d8

View File

@@ -42,6 +42,8 @@ class ajax_page extends WebPage
{
parent::__construct($s_title);
$this->m_sReadyScript = "";
$this->add_header("Content-type: text/html; charset=utf-8");
$this->add_header("Cache-control: no-cache");
}