diff lisp/gnus/mm-decode.el @ 107571:2bfe0d4c1bc7

(mm-add-meta-html-tag): Fix regexp matching meta tag.
author Katsumi Yamaoka <yamaoka@jpl.org>
date Mon, 29 Mar 2010 10:16:37 +0000
parents ecbe0edc4f69
children 1e23ce3cbd8b
line wrap: on
line diff
--- a/lisp/gnus/mm-decode.el	Mon Mar 29 09:37:26 2010 +0000
+++ b/lisp/gnus/mm-decode.el	Mon Mar 29 10:16:37 2010 +0000
@@ -1273,7 +1273,7 @@
 	(goto-char (point-min))
 	(if (re-search-forward "\
 <meta\\s-+http-equiv=[\"']?content-type[\"']?\\s-+content=[\"']\
-text/\\(\\sw+\\)\\(?:\;\\s-*charset=\\(.+?\\)\\)?[\"'][^>]*>" nil t)
+text/\\(\\sw+\\)\\(?:\;\\s-*charset=\\(.+\\)\\)?[\"'][^>]*>" nil t)
 	    (if (and (match-beginning 2)
 		     (string-match "\\`html\\'" (match-string 1)))
 		;; Don't modify existing meta tag.