mirror of
https://github.com/Combodo/iTop.git
synced 2026-04-21 17:48:43 +02:00
Make sure that the ajax pages declare properly their charset as UTF-8. (Trac #198)
SVN:trunk[631]
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user