When a message looks like this:
this < that <img src="some_image_here.png" />
the img tag is displayed literally (replaced with <img src= ... />) instead of being left as is to show an image. Probably a bug in the html tag parser/validator.
Log in to post a comment.