Tweak <li> rendering.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 3 Oct 2010 21:59:59 +0000 (23:59 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Sun, 3 Oct 2010 21:59:59 +0000 (23:59 +0200)
lisp/shr.el

index e5294ed..8092b1b 100644 (file)
@@ -286,7 +286,7 @@ Return a string with image data."
       (progn
        (insert (format "%d " shr-list-mode))
        (setq shr-list-mode (1+ shr-list-mode)))
-    (insert "*"))
+    (insert "* "))
   (shr-generic cont))
 
 (defun shr-tag-br (cont)