We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d872a3a commit 77ed569Copy full SHA for 77ed569
app/views/podcasts/feed.rss.builder
@@ -1,8 +1,9 @@
1
xml.instruct! :xml, :version => "1.0"
2
xml.rss :version => "2.0",
3
- "xmlns:itunes" => "http://www.itunes.com/dtds/Podcast-1.0.dtd",
4
"xmlns:atom" => "http://www.w3.org/2005/Atom",
5
- "xmlns:media" => "http://search.yahoo.com/mrss/" do
+ "xmlns:itunes" => "http://www.itunes.com/dtds/podcast-1.0.dtd",
+ "xmlns:media" => "http://search.yahoo.com/mrss/",
6
+ "xmlns:dc" => "http://purl.org/dc/elements/1.1/" do
7
xml.channel do
8
xml.title @title
9
xml.description @description
0 commit comments