X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fplfeed.php;h=d54199a6e35242d5f94c75985e834a15ecda6754;hb=e05c0f5486db7ffb0fbd9ca7c0b20484a93c60c5;hp=7d660e5e9805ca364b17a64c4e007fed640086ee;hpb=31ac496f284cd21164e05d1472ad1ceca9fe1095;p=platal.git diff --git a/classes/plfeed.php b/classes/plfeed.php index 7d660e5..d54199a 100644 --- a/classes/plfeed.php +++ b/classes/plfeed.php @@ -1,6 +1,6 @@ assign('rss_hash', $token); - header('Content-Type: application/rss+xml; charset=utf8'); + pl_content_headers("application/rss+xml"); $this->iterator = $this->fetch($user); $page->coreTpl('feed.' . $type . '.tpl', NO_SKIN); $page->assign_by_ref('feed', $this);