X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Frss.inc.php;h=2ee4bd57e30e15438b5aac95b02add177f1e928f;hb=9e1816c7666767755abbc24f6a0df290efff81b6;hp=eb78f63111a426b8841ac6b5883576ca8c4f488a;hpb=e85e121558a37e06cbf2099843588a6e5e5c267a;p=platal.git diff --git a/include/rss.inc.php b/include/rss.inc.php index eb78f63..2ee4bd5 100644 --- a/include/rss.inc.php +++ b/include/rss.inc.php @@ -1,6 +1,6 @@ assign('rss_hash', $hash); - header('Content-Type: application/rss+xml; charset=utf8'); + pl_content_headers("application/rss+xml"); } return is_null($user) ? null : $user->id(); }