Duplicate specification of attribute ...

Cause:

You have specified an attribute more than once. For instance, you have used the "height" attribute twice on the same "img" tag.

Example:

Good<image src="example.png" height="55" width="55" height="55">
Good<image src="example.png" height="55" width="55">

Solution:

Remove the duplicate attribute.

References: