X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;ds=sidebyside;f=classes%2Fplfeed.php;h=d54199a6e35242d5f94c75985e834a15ecda6754;hb=b1d30e032b19ec59d36caeafba90fe7ca8553d4b;hp=916e574f57012d0152ed1dd2e92b422cd6677a3d;hpb=adc69ced9c75421c5ee596fbd0a3426fffb9940c;p=platal.git diff --git a/classes/plfeed.php b/classes/plfeed.php index 916e574..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);