diff options
| author | Katsumi Yamaoka <yamaoka@jpl.org> | 2013-09-18 00:25:23 +0000 |
|---|---|---|
| committer | Katsumi Yamaoka <yamaoka@jpl.org> | 2013-09-18 00:25:23 +0000 |
| commit | 711668ac2d362719657db8a85fa1989545761412 (patch) | |
| tree | 9789da8e426972704cfbf336cca10f609497b393 | |
| parent | 9ab16aab6a9ffa2182b5b9d5b730522d775bf7e1 (diff) | |
| download | emacs-711668ac2d362719657db8a85fa1989545761412.tar.gz | |
lisp/gnus/mm-decode.el (mm-add-meta-html-tag): Fix last change
| -rw-r--r-- | lisp/gnus/mm-decode.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/gnus/mm-decode.el b/lisp/gnus/mm-decode.el index 07e66b30e58..941849da183 100644 --- a/lisp/gnus/mm-decode.el +++ b/lisp/gnus/mm-decode.el @@ -1415,7 +1415,7 @@ Return t if meta tag is added or replaced." (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 (not force-charset) (match-beginning 2) (string-match "\\`html\\'" (match-string 1))) |
