Do what I did, add this to the php page processing the rss feed:
$entry['content'] = substr($entry['content'], 0, -8) . " alt='' />";This cuts out the closing img and div tag, adds alt, and closes it all again... just pray google doesn't change it >.>
No comments:
Post a Comment