summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornashe <thomas@chauchefoin.fr>2017-07-13 18:37:15 +0100
committernashe <thomas@chauchefoin.fr>2017-07-13 18:37:15 +0100
commitb8022f37a1a2aef5284a217134a0c5413701a129 (patch)
tree5da2179168e34380e213481b53c088418bde4fc9
parent8406cec349ca59a62004efe3bc01124a609219fa (diff)
downloadplanet-b8022f37a1a2aef5284a217134a0c5413701a129.tar
planet-b8022f37a1a2aef5284a217134a0c5413701a129.tar.gz
planet-b8022f37a1a2aef5284a217134a0c5413701a129.tar.bz2
planet-b8022f37a1a2aef5284a217134a0c5413701a129.tar.xz
planet-b8022f37a1a2aef5284a217134a0c5413701a129.zip
Announce text/xml instead of application/atom+xml in atom.php
-rw-r--r--atom.php2
1 files changed, 1 insertions, 1 deletions
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 '<?xml version="1.0" encoding="UTF-8" ?>';
?>
<feed xmlns="http://www.w3.org/2005/Atom">