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

Froggie-2’s picture

Title: Latest version of FeedApi module cannot parse " tag » Latest version of FeedApi module cannot parse " " text in its content

"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".

alex_b’s picture

Status: Active » Closed (duplicate)
likewhoa’s picture

I 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.