From 5227a1e117bc4c20554f9307ddc6e7f5d26a42ee Mon Sep 17 00:00:00 2001 From: x2003bruneau Date: Thu, 4 Jan 2007 20:05:58 +0000 Subject: [PATCH] Fix charset issues with ajax tips git-svn-id: svn+ssh://murphy/home/svn/platal/trunk@1323 839d8a87-29fc-0310-9880-83ba4fa771e5 --- modules/events.php | 1 + 1 file changed, 1 insertion(+) 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)); } -- 2.1.4