format_rss_channel() does a check_plain on $title, which appears to already encoded before it's sent in. End result is double encoding. Simple patch included that works fine unless there is a better way to get at an unencoded $title ?

Thanks again for all your work Merlin!

CommentFileSizeAuthor
views-rss-title.patch586 bytesMoonshine

Comments

merlinofchaos’s picture

Status: Needs review » Needs work

format_rss_channel needs to go away and a template should be used instead. This patch is a bit hackish and won't be necessary with a template, so that's the route we should go.

esmerel’s picture

Status: Needs work » Closed (won't fix)

Moonshine doesn't appear to be active (and hasn't for a while), and a template is the recommended solution rather than a patch.