Skip to content
Snippets Groups Projects
Commit 02a8ce94 authored by David Marzal's avatar David Marzal 💬 Committed by Georg Krause
Browse files

Add xmlns:content to feed schemas fixes #1535

parent a4aaecef
No related branches found
No related tags found
No related merge requests found
......@@ -17,6 +17,7 @@ class PodcastRSSRenderer(renderers.JSONRenderer):
"version": "2.0",
"xmlns:atom": "http://www.w3.org/2005/Atom",
"xmlns:itunes": "http://www.itunes.com/dtds/podcast-1.0.dtd",
"xmlns:content": "http://purl.org/rss/1.0/modules/content/",
"xmlns:media": "http://search.yahoo.com/mrss/",
}
final.update(data)
......
Add xmlns:content to feed schemas fixes #1535
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment