add namespace for atom and simple chapters

This commit is contained in:
Ingo Ebel 2012-07-02 11:59:58 +03:00
parent 4c782f9134
commit a732622f30

View file

@ -634,6 +634,8 @@ class serendipity_event_podcast extends serendipity_event{
$eventData['display_dat'] .= " xmlns:enc='http://purl.oclc.org/net/rss_2.0/enc#'\n";
$eventData['display_dat'] .= " xmlns:podcast='http://ipodder.sourceforge.net/docs/podcast.html'\n";
$eventData['display_dat'] .= " xmlns:atom=\"http://www.w3.org/2005/Atom\"\n";
$eventData['display_dat'] .= " xmlns:sc=\"http://podlove.org/simple-chapters\"\n";
return true;