Skip to content

Commit beca8fb

Browse files
Change namespace in sample Atom feed to HTTP
Feed parsers expect the namespace to use HTTP and will not read the feed if the namespace uses HTTPS.
1 parent 901cd6c commit beca8fb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/_downloads/sample-atom.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{exp:rss:feed channel="{master_channel_name}"}
55

66
<?xml version="1.0" encoding="{encoding}"?>
7-
<feed xmlns="https://www.w3.org/2005/Atom" xml:lang="{channel_language}">
7+
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="{channel_language}">
88

99
<title type="text"><![CDATA[{channel_name}]]></title>
1010
<subtitle type="text"><![CDATA[{channel_name} - {channel_description}]]></subtitle>
@@ -39,4 +39,4 @@
3939

4040
</feed>
4141

42-
{/exp:rss:feed}
42+
{/exp:rss:feed}

0 commit comments

Comments
 (0)