When img
tags which have the same src
parameter are repeated without any characters, only one image is displayed.
<img src="image.jpg"><img src="image.jpg>
If there is a SPACE between tags, two images are displayed.
<img src="image.jpg"> <img src="image.jpg>
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub, or unsubscribe.