... attribute with missing trailing quote mark
Cause:
The tag contains attributes with too much or too less quote marks (").
Example:
<p id="my_id"">
<p id="my_id">
Solution:
Add or remove a quote mark.
References:
HTML specification:
http://www.w3.org/TR/html4/