(shr-tag-blockquote): Ensure paragraph after quote, too.
authorLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 4 Oct 2010 20:08:26 +0000 (22:08 +0200)
committerLars Magne Ingebrigtsen <larsi@quimbies.gnus.org>
Mon, 4 Oct 2010 20:08:26 +0000 (22:08 +0200)
lisp/ChangeLog
lisp/shr.el

index 029d98e..f873857 100644 (file)
@@ -1,5 +1,7 @@
 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
+       * shr.el (shr-tag-blockquote): Ensure paragraph after quote, too.
+
        * nnimap.el (nnimap-finish-retrieve-group-infos): Message while waiting
        for data.
 
index ca7d8bf..5d94bf9 100644 (file)
@@ -292,7 +292,8 @@ redirects somewhere else."
 (defun shr-tag-blockquote (cont)
   (shr-ensure-paragraph)
   (let ((shr-indentation (+ shr-indentation 4)))
-    (shr-generic cont)))
+    (shr-generic cont))
+  (shr-ensure-paragraph))
 
 (defun shr-ensure-newline ()
   (unless (zerop (current-column))