Fixed  Invalid HTML in RSS feeds not parsed correctly

Luke F

Well-known member
For example: http://www.l4d.com/blog/rss.xml

Pretty much every use of the <img> tag is in the format:

HTML:
<img src=http://www.l4d.com/blog/images/posts/079/riding-survivor.jpg border="0">

Which gives this:
1rvm.png



Although I do accept this is an awkward bug to fix if you're parsing the feed as XML or whatever, given that it appears fine in other readers it's not exactly working as expected.
 
We've discovered why this is happening (it's an issue in our HTML parser where we don't consider '/' to be a valid unquoted attribute) and we're looking into a fix now.
 
Top Bottom