An unexpected quote mark was found in one attribute of the tag.
Correct the attribute, by removing the quote mark or by adding the complementary opening/closing quote mark.
BAD <img src=image.jpg"> GOOD <img src="image.jpg">
HTML specification: http://www.w3.org/TR/html4/