... dropping value "..." for repeated attribute "..."

Cause:

An attribute was used more than once in the same tag.

Example:

<img> dropping value "image.jpg" for repeated attribute "src"

Good<img src="image.jpg" src="image.jpg">
Good<img src="image.jpg">

Solution:

Remove one of the attributes.

References: