X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=include%2Frss.inc.php;h=22a8a2b947ab9a96722345f519ca1d5f25acadb7;hb=84868ee91abd0f01c9ca7811e37c346ae79972ed;hp=b461376cb6033ab7e1fa4238529e49c0f1e454b4;hpb=334e6d168bacf264749ac674bd07c2156272650a;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; }