X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Frss.inc.php;h=f292fe8c0d87203002d8d2b7580a3bdb9fc39bea;hb=e97df22eacc433a9982aad507f980b303d5fa2c1;hp=e45a822acebc2345fdc5d5ed23222af34b975aeb;hpb=805f3d1679a53bb04fff34619c171a1381068612;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(); }