Banana for ML archives
[platal.git] / modules / events.php
index 2439185..454a55c 100644 (file)
@@ -1,6 +1,6 @@
 <?php
 /***************************************************************************
- *  Copyright (C) 2003-2006 Polytechnique.org                              *
+ *  Copyright (C) 2003-2007 Polytechnique.org                              *
  *  http://opensource.polytechnique.org/                                   *
  *                                                                         *
  *  This program is free software; you can redistribute it and/or modify   *
@@ -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));
     }