From 891e751b65caba415af328856e27345382f4416d Mon Sep 17 00:00:00 2001 From: Katsumi Yamaoka Date: Thu, 21 Apr 2011 02:48:04 +0000 Subject: shr.el (shr-expand-url): Fix typo. --- lisp/gnus/shr.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp') diff --git a/lisp/gnus/shr.el b/lisp/gnus/shr.el index ee231e6a82..401ac1a08c 100644 --- a/lisp/gnus/shr.el +++ b/lisp/gnus/shr.el @@ -402,7 +402,7 @@ redirects somewhere else." (not shr-base)) url) ((and (not (string-match "/\\'" shr-base)) - (not (string-match "\\`" url))) + (not (string-match "\\`/" url))) (concat shr-base "/" url)) (t (concat shr-base url)))) -- cgit v1.2.3