Project 'ad-aures/castopod' was moved to 'adaures/castopod'. Please update any links and bookmarks that may still have the old path.
bug: feed page crashes when one of the user inputted data has an ampersand (&)
When podcast author name contains "&" sign, xml feed generation raises SimpleXMLElement::addChild(): unterminated entity reference
:
APPPATH/Helpers/rss_helper.php
:
77 $channel->addChild('author', $podcast->publisher, $itunes_namespace);
NB: This probably applies to all XML fields.