So I have the following body template while adding Google Rss feeds:

Code:
{feed:title}

{feed:description}

More...
But when the rss feeds are imported, then end up like:

New York outlaws 'base jumping' - AFP

New York outlaws 'base jumping' - AFP

<img src=http://news.google.com/news?imgefp=rQeENStXLXYJ&imgurl=afp.google.com/media/ALeqM5hlccP7o03gfGthHy5Tt4pmqTexew width=52 height=80 alt="" border=1>
AFP

<img alt="" height="1" width="1">
New York outlaws 'base jumping'
AFP - Sep 22, 2008
The law targets freelance practioners of a sport known as BASE jumping, which stands for Building, Antenna, Span or Earth. Climbers scale large objects, ...


More...
It appears that the first link is messed up:

Code:
http://news.google.com/news/url?sa=T&ct=us/0i-0&fd=R&url=http://afp.google.com/article/ALeqM5g_jYnkD8IsDX-UeGTrlJFh2GEosg&cid=1249432654&ei=o7faSOWuE4nmggOJxaidBA&usg=AFQjCNEQMJyY97lciENmEyaIl-yJy_aHYw
as the <img tag seems to be killing me.

Can anyone help me get the google feeds to work in vBulletin?