fresh install of drupal 5.2
enable simplefeed

add feed
refresh feed

feed items are created but the URL links have & changed to & which breaks the URL in many cases.

It appears that the "URL" link is filtered twice as & comes out to & , the "Original Post" link looks like it is only filtered once.

Thanks

Comments

dmill’s picture

Well the html entities in my post didn't show up correctly but you get the idea.

m3avrck’s picture

Status: Active » Fixed

fixed in the Oct 3 or later dev version, thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)
TrevorG’s picture

Using new install of drupal 5.3, and have tried the latest versions of simplefeed ... have been chasing this all day.

The "Source" link has the ampersands of my feed item parsed correctly (it is from a phpbb3 board - viewtopic.php?f=37&t=15&sid=e2a1f07b75f25dd26d39ebf6e05f3455 )

However, once I create a block from the view, it is displayed as .../viewtopic.php?f=37&t=5&sid=e2a1f07b75f25dd26d39ebf6e05f3455...

This of course breaks the feed, redirecting me to a "session not valid" at the phpbb3 board.

Now I am still a novice to coding, so I'm not sure whether it is the block's coding that is doing this or views.

Please help, thank you.