X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=inline;f=classes%2Fplfeed.php;h=d54199a6e35242d5f94c75985e834a15ecda6754;hb=d58e3be00aaeb9f7210e0ff699daaaf8c20b557a;hp=78af75889e679e45e0d0110d75a1b9c353adff9a;hpb=b0a04fb238a94f6ca3cdc874bbc1093915cd0fe2;p=platal.git diff --git a/classes/plfeed.php b/classes/plfeed.php index 78af758..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);