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!
| Comment | File | Size | Author |
|---|---|---|---|
| views-rss-title.patch | 586 bytes | Moonshine |
Comments
Comment #1
merlinofchaos commentedformat_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.
Comment #2
esmerel commentedMoonshine doesn't appear to be active (and hasn't for a while), and a template is the recommended solution rather than a patch.