X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Frss.inc.php;h=f292fe8c0d87203002d8d2b7580a3bdb9fc39bea;hb=7c7d62fce3e3973b576ffbc4051ba443d6a6b849;hp=e45a822acebc2345fdc5d5ed23222af34b975aeb;hpb=50d5ec0b4116030114b1c9d9dcde980524f3a028;p=platal.git diff --git a/include/rss.inc.php b/include/rss.inc.php index e45a822..f292fe8 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(); }