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

Kazuhiro Ito <[email protected]> Fri, 13 Mar 2020 15:42:34 +0000 (UTC)
Newsgroups gmane.emacs.w3m
Message-ID <emacs-w3m/emacs-w3m/issues/[email protected]>
When `img` tags which have the same `src` parameter are repeated without any characters, only one image is displayed.

```html
<img src="image.jpg"><img src="image.jpg>
```

If there is a SPACE between tags, two images are displayed.
```html
<img src="image.jpg"> <img src="image.jpg>
```


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/issues/76