duplicate specification of attribute %1

Cause:

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

Example:

textexample textexample

Bad:
textexample
textexample
Good:
textexample textexample

Solution:

textexample textexample

References: