From Htmlpedia
Contents |
[edit]
Tidy: named entity ' defined only in XML/XHTML
[edit]
Cause:
The apostrophe entity (') is defined only in XML and XHTML. This means that you cannot use it in regular HTML.
Also, some browsers do not support the ' entity.
[edit]
Example:
![]() | Bob's car |
![]() | Bob's car |
[edit]
Solution:
Replace "'" with "'".
[edit]
References:
- W3C on ': http://www.w3.org/TR/xhtml1/#C_16


