1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

Make <div> in <li> not insert extra newlines

* lisp/net/shr.el (shr-tag-div): Make <div> in <li> not insert
extra newlines (bug#19587).
This commit is contained in:
Lars Ingebrigtsen 2016-02-29 18:06:36 +11:00
parent cb5f690e4a
commit 379a846b85

View File

@ -1257,7 +1257,7 @@ ones, in case fg and bg are nil."
(shr-ensure-paragraph))
(defun shr-tag-div (dom)
(shr-ensure-newline)
(shr-ensure-paragraph)
(shr-generic dom)
(shr-ensure-newline))