X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Frss.inc.php;h=22a8a2b947ab9a96722345f519ca1d5f25acadb7;hb=eaf30d86cc99df2414cf4f171a9b0f11b0561e3b;hp=b461376cb6033ab7e1fa4238529e49c0f1e454b4;hpb=35aedff220db98c5ef8267502d7288c5cdc17f4a;p=platal.git diff --git a/include/rss.inc.php b/include/rss.inc.php index b461376..22a8a2b 100644 --- a/include/rss.inc.php +++ b/include/rss.inc.php @@ -51,7 +51,7 @@ function init_rss($template, $alias, $hash, $require_uid = true) if ($template) { header('Content-Type: application/rss+xml; charset=utf8'); - } + } return $uid; }