... attribute with missing trailing quote mark

Cause:

The tag contains attributes with too much or too less quote marks (").

Example:

Good<p id="my_id"">
Good<p id="my_id">

Solution:

Add or remove a quote mark.

References: