Skip to content

Commit 3709bdc

Browse files
authored
Merge pull request #1198 from lunaryorn/fix-atom-ns
Fix Atom namespace in feeds
2 parents 7de9820 + 2a9a078 commit 3709bdc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

feed/blog.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
---
33
<?xml version="1.0" encoding="utf-8"?>
4-
<feed xmlns="https://www.w3.org/2005/Atom">
4+
<feed xmlns="http://www.w3.org/2005/Atom">
55
<id>https://www.scala-lang.org/blog/</id>
66
<title type="text" xml:lang="en">{{ site.title }} :: Blog</title>
77
<link type="application/atom+xml" href="https://www.scala-lang.org/feed/blog.xml" rel="self"/>

feed/index.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
---
33
<?xml version="1.0" encoding="utf-8"?>
4-
<feed xmlns="https://www.w3.org/2005/Atom">
4+
<feed xmlns="http://www.w3.org/2005/Atom">
55
<id>https://www.scala-lang.org/</id>
66
<title type="text" xml:lang="en">{{ site.title }} :: News</title>
77
<link type="application/atom+xml" href="https://www.scala-lang.org/feed/index.xml" rel="self"/>

0 commit comments

Comments
 (0)