X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=classes%2Fplfeed.php;h=d54199a6e35242d5f94c75985e834a15ecda6754;hb=7299bfcef8ccaffa52ecd0ca3adf92c84f79c248;hp=916e574f57012d0152ed1dd2e92b422cd6677a3d;hpb=fed2b6d36f59c4542bd8d6fc0a137342c785d06b;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);