summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--web/html/rss.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/html/rss.php b/web/html/rss.php
index d6e7825a..245a2171 100644
--- a/web/html/rss.php
+++ b/web/html/rss.php
@@ -11,6 +11,8 @@ $host = $_SERVER['HTTP_HOST'];
$feed_key = 'pkg-feed-' . $protocol;
+header("Content-Type: application/rss+xml");
+
$bool = false;
$ret = get_cache_value($feed_key, $bool);
if ($bool) {