X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Freminder.inc.php;h=346d97e1d2185e2051418a14123c3697c7156be3;hb=257ae4081d1b5da12c4458f0642b9d2b7843abee;hp=cede6170c162d39a6b29ffff8408c0db7a3c5238;hpb=429e4a4b8eb428e9631513fc6bb053b4635c7729;p=platal.git diff --git a/include/reminder.inc.php b/include/reminder.inc.php index cede617..346d97e 100644 --- a/include/reminder.inc.php +++ b/include/reminder.inc.php @@ -1,6 +1,6 @@ changeTpl('reminder/notification.tpl', NO_SKIN); $page->assign('previous_reminder', $this->title()); } @@ -114,7 +114,7 @@ abstract class Reminder // when the reminder is the only output of a page. public function DisplayStandalone(&$page, $previous_reminder = null) { - header('Content-Type: text/html; charset=utf-8'); + pl_content_headers("text/html"); $page->changeTpl('reminder/base.tpl', NO_SKIN); $this->Prepare($page); if ($previous_reminder) {