From Htmlpedia
Contents |
[edit]
Tidy: Notice: numeric character reference "..." doesn't end in ';'
[edit]
Cause:
The error is caused by an improperly terminated numeric character reference.
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 numeric character reference.
[edit]


