You have specified an attribute more than once. For instance, you have
used the "height
" attribute twice on the same
"img
" tag.
![]() | <image src="example.png" height="55" width="55" height="55"> |
![]() | <image src="example.png" height="55" width="55"> |
Remove the duplicate attribute.