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 "&nbsp" doesn't end in ";"

GoodSome &nbsp &nbsp spaces
GoodSome   spaces
[edit]

Solution:

Add a ";" at the end of each entity.

[edit]

References:

Retrieved from "http://www.htmlpedia.org/wiki/Tidy_1"