... unexpected or duplicate quote mark

Cause:

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

Example:

Good<img src=image.jpg">
Good<img src="image.jpg">

Solution:

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

References: