Reference to external entity in attribute value

Cause:

This is generally the sign of an ampersand that was not properly escaped for inclusion in an attribute, in a href for example. You will need to escape all instances of '&' into '&'.

Example:

Goodtextexample textexample
Goodtextexample textexample

Solution:

textexample textexample

References: