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


