Closed (duplicate)
Project:
FeedAPI
Version:
6.x-1.6
Component:
Code feedapi (core module)
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
2 May 2009 at 14:00 UTC
Updated:
4 May 2009 at 23:28 UTC
Hi,
Recently, I upgraded the FeedApi module to the latest version (6.x-1.6)
It appears that the latest version of FeedApi module cannot " " in its contents as a result of which when the nodes are created with RSS Feeds having " " marks in its content it is displayed as " on a views page.
The earlier version did not have this bug and RSS Feeds having " " in its contents were parsed perfectly and correctly displayed as " " when viewed on a views page.
Thanks to anyone who would step forward to help.
Comments
Comment #1
Froggie-2 commented"It appears that the latest version of FeedApi module cannot " " in its contents as a result of which when the nodes are created with RSS Feeds having " " marks in its content it is displayed as " on a views page."
Edit:
Sorry, I made some typo error in my previous post.
What I actually meant to write was:
" It appears that the latest version of FeedApi module cannot parse " " in its contents as a result of which when the nodes are created with RSS Feeds having " " marks in its content it is displayed as [& quot ;] on a views page".
Comment #2
alex_b commentedI think this is a duplicate of #352004: HTML special characters issue with FeedAPI and FeedAPI mapper
Comment #3
likewhoa commentedI can confirm this not to be a bug as the quotes are not being converted to their HTML entities. What happens is that links are broken with feed node titles that include quotes. What bugs me out is that I am using views and my quotes are not being converted but also not being replaced to allow link url to work properly.