git-svn-id: http://svn.code.sf.net/p/itop/code/trunk@631 a333f486-631f-4898-b8df-5754b55c2be0
@@ -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");
}