[gnus git] branch master updated: m0-7-92-gfb2fa37 =1= Make <li> rendering more compact
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fb2fa37efd64ec909c284b4e4383c6dfc94c26d7 (commit)
from d451a71645d7923064c843d234ce4162c7b82acf (commit)
- Log -----------------------------------------------------------------
commit fb2fa37efd64ec909c284b4e4383c6dfc94c26d7
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Sun Jun 16 19:29:29 2013 +0200
Make <li> rendering more compact
* shr.el (shr-tag-li): Don't require a new paragraph, since other
browsers don't.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index e38e175..2fab836 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2013-06-16 Lars Magne Ingebrigtsen <[email protected]>
+ * shr.el (shr-tag-li): Don't require a new paragraph, since other
+ browsers don't.
+
* eww.el (eww-tag-textarea): Use `text' instead of `editable-field'.
* shr.el (shr-expand-url): Don't bug out on zero-length links.
diff --git a/lisp/shr.el b/lisp/shr.el
index f2e2b57..4b884c3 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -1131,7 +1131,7 @@ ones, in case fg and bg are nil."
(shr-ensure-paragraph))
(defun shr-tag-li (cont)
- (shr-ensure-paragraph)
+ (shr-ensure-newline)
(shr-indent)
(let* ((bullet
(if (numberp shr-list-mode)
-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.
Summary of changes:
lisp/ChangeLog | 3 +++
lisp/shr.el | 2 +-
2 files changed, 4 insertions(+), 1 deletions(-)
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".
The branch, master has been updated
hooks/post-receive
--
Gnus Project