named entity ' only defined in XML/XHTML

Cause:

The apostrophe entity (') is only defined in XML or XHTML. This means that you cannot use it in regular HTML.

Also, some browsers do not support the ' entity.

Example:

GoodBob's car
GoodBob's car

Solution:

Please replace "'" with "'".

References: