... unexpected or duplicate quote mark

Cause:

An unexpected quote mark was found in one attribute of the tag.

Solution:

Correct the attribute, by removing the quote mark or by adding the complementary opening/closing quote mark.

Sample:

BAD   <img src=image.jpg">
GOOD  <img src="image.jpg">

References:

HTML specification: http://www.w3.org/TR/html4/