[Date Prev][Date Next][Thread Prev][][Date Index][Thread Index]

[emacs-w3m/emacs-w3m] Repeated same img tags are packed (#76)



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.