After setting up Feed API today for a blog directory, I noticed that for some (but not all) blog posts are showing up with broken image tags. The issue usually seems to be a lost closing quote on the src property. On further investigation, my suspicion is that this is a problem that manifests when the path to the original image has a space in it.

Any ideas on how to fix this? Is this an issue with the regex in filter_xss or some parsing function particular to Feed API?

Comments

aron novak’s picture

Status: Active » Postponed (maintainer needs more info)

Can you provide me some example feed URLs to test?
Which parser do you use?