Synch with Oort Gnus.
[elisp/gnus.git-] / lisp / gnus-art.el
index f11b514..a6295d9 100644 (file)
@@ -2296,7 +2296,7 @@ If READ-CHARSET, ask for a coding system."
     (let ((buffer-read-only nil))
       (goto-char (point-min))
       (while (re-search-forward
-             "^\\(\\(https?\\|ftp\\)://\\S-+\\)\n\\(\\S-+\\)" nil t)
+             "^\\(\\(https?\\|ftp\\)://\\S-+\\) *\n\\(\\S-+\\)" nil t)
        (replace-match "\\1\\3" t)))))
 
 (defun article-wash-html (&optional read-charset)