From: x2003bruneau Date: Thu, 4 Jan 2007 20:05:58 +0000 (+0000) Subject: Fix charset issues with ajax tips X-Git-Tag: xorg/0.9.13~147 X-Git-Url: http://git.polytechnique.org/?a=commitdiff_plain;h=5227a1e117bc4c20554f9307ddc6e7f5d26a42ee;p=platal.git Fix charset issues with ajax tips git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1323 839d8a87-29fc-0310-9880-83ba4fa771e5 --- diff --git a/modules/events.php b/modules/events.php index ded323c..454a55c 100644 --- a/modules/events.php +++ b/modules/events.php @@ -228,6 +228,7 @@ class EventsModule extends PLModule function handler_tips(&$page, $tips = null) { + header('Content-Type: text/html; charset="ISO-8859-15"'); $page->changeTpl('include/tips.tpl', NO_SKIN); $page->assign('tips', $this->get_tips($tips)); }