An attribute was used more than once in the same tag.
Removed one of the attribute
<img> dropping value "image.jpg"
for repeated attribute "src"
| BAD : <img src="image.jpg"
src="image.jpg"> GOOD: <img src="image.jpg"> |
HTML spec: http://www.w3.org/TR/html4/