(shr-tag-blockquote): Ensure paragraph after quote, too.
[gnus] / lisp / shr.el
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))