Ticket #8475: syndication_feeds.txt.diff

File syndication_feeds.txt.diff, 602 bytes (added by bernd, 16 years ago)
  • docs/syndication_feeds.txt

     
    950950    class iTunesFeed(Rss201rev2Feed):
    951951        def root_attibutes(self):
    952952            attrs = super(iTunesFeed, self).root_attibutes()
    953             attrs['xmlns:itunes'] = 'http://www.itunes.com/dtds/podcast-1.0.dtd
     953            attrs['xmlns:itunes'] = 'http://www.itunes.com/dtds/podcast-1.0.dtd'
    954954            return attrs
    955955           
    956956        def add_root_elements(self, handler):
Back to Top