From b8022f37a1a2aef5284a217134a0c5413701a129 Mon Sep 17 00:00:00 2001 From: nashe Date: Thu, 13 Jul 2017 18:37:15 +0100 Subject: Announce text/xml instead of application/atom+xml in atom.php --- atom.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'atom.php') diff --git a/atom.php b/atom.php index feeffe3..c80d987 100644 --- a/atom.php +++ b/atom.php @@ -9,7 +9,7 @@ $items = $Planet->getItems(); $limit = $PlanetConfig->getMaxDisplay(); $count = 0; -header('Content-Type: application/atom+xml; charset=UTF-8'); +header('Content-Type: text/xml; charset=UTF-8'); echo ''; ?> -- cgit v1.2.1