Contents
1
Tidy: ... attribute with missing trailing quote mark
1.1
Cause:
1.2
Example:
1.3
Solution:
1.4
References:
[
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/