Contents

[edit]

Tidy: ... unexpected or duplicate quote mark

[edit]

Cause:

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

[edit]

Example:

Good<img src=image.jpg">
Good<img src="image.jpg">
[edit]

Solution:

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

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Tidy_58"