<...> joining values of repeated attributes "..."

Cause:

A tag has an attribute defined more than once.

Example:

Good<div style="..." style="...">
Good<div style="...">

Solution:

Make sure that for a given element tag there is only one instance of an attribute definition. Find the attribute that appears more than once and consolidate the values.

References: