Quote ‘ in attribute name. Probable cause: Matching quote missing somewhere earlier.
I got the above error when validating a html5 page.
The problem was solved by changing
<meta charset=”UTF-8″ >
to add a closing backspace :
<meta charset=”UTF-8″ />
Hope that helps others with the same problems