Skip to main content

This site requires you to update your browser. Your browsing experience maybe affected by not having the most up to date version.

We've moved the forum!

Please use forum.silverstripe.org for any new questions (announcement).
The forum archive will stick around, but will be read only.

You can also use our Slack channel or StackOverflow to ask for help.
Check out our community overview for more options to contribute.

Blog Module /

Discuss the Blog Module.

Moderators: martimiz, Sean, Ed, biapar, Willr, Ingo, swaiba

2.4.7 Tags appear in rss feed


Go to End


3 Posts   1526 Views

Avatar
corkg

Community Member, 30 Posts

26 March 2012 at 12:00pm

Hi,
I have a problem with the rss feed where it displays the code as you can see here:
feed://www.cnybirmingham.chameleonmedia.co.uk/about/news/rss
any idea why?
I am using ss 2.4.7, i don't have the problem in older versions.

Thanks!!

Avatar
corkg

Community Member, 30 Posts

26 March 2012 at 12:36pm

Fixed had to remove
'EscapeXML' => 'Text',
from text.php in core-model-fieldtypes

Avatar
Borgopio

Community Member, 14 Posts

7 April 2012 at 7:35am

Today I found the same problem....

As I can see on this commit https://github.com/silverstripe/sapphire/commit/6ecf7ffe84a2eb8141be135a5d23c5a433f8c9a2, it's fixed in 3.0.

For me it work the override of RSSFeed.ss with the EscapeXML replaced with XML.