From Htmlpedia
Contents |
[edit]
Tidy: Notice: entity "..." doesn't end in ";"
[edit]
Cause:
The error is caused by an improperly terminated character entity.
In HTML 4, this is a notice message or recommendation, not an error. In XHTML, however, it is an error.
[edit]
Example:
Entity " " doesn't end in ";"
![]() | Some     spaces |
![]() | Some spaces |
[edit]
Solution:
Add a ";" at the end of each entity.
[edit]
References:
- W3C: HTML 4 Specification - Entities
- W3C HTML: Further W3C remarks about ";"


