X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=classes%2Fplfeed.php;h=d54199a6e35242d5f94c75985e834a15ecda6754;hb=f3e3cab808bd91a37bd86b8ac3a0ddcbf0ec7a55;hp=7d660e5e9805ca364b17a64c4e007fed640086ee;hpb=3ecd0a882aebbb539b4b0e507a360e961cd51c63;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);