Closed (fixed)
Project:
SimpleFeed
Version:
5.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
21 Sep 2007 at 03:18 UTC
Updated:
21 Nov 2007 at 09:17 UTC
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
Comment #1
dmill commentedWell the html entities in my post didn't show up correctly but you get the idea.
Comment #2
m3avrck commentedfixed in the Oct 3 or later dev version, thanks!
Comment #3
(not verified) commentedComment #4
TrevorG commentedUsing 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.