diff options
author | nashe <thomas@chauchefoin.fr> | 2017-07-13 18:37:15 +0100 |
---|---|---|
committer | nashe <thomas@chauchefoin.fr> | 2017-07-13 18:37:15 +0100 |
commit | b8022f37a1a2aef5284a217134a0c5413701a129 (patch) | |
tree | 5da2179168e34380e213481b53c088418bde4fc9 /atom.php | |
parent | 8406cec349ca59a62004efe3bc01124a609219fa (diff) | |
download | planet-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
Diffstat (limited to 'atom.php')
-rw-r--r-- | atom.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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"> |