383c387410
* shimbun/sb-sankei.el: Somewhat improve article readability * shimbun/sb-sankei.el: Make login suite work again * * w3m-filter.el (w3m-filter-regard-srcset=-as-src=): New filter * * shimbun.el (shimbun-mime-replace-image-tags): Allow srcset in img * * sb-sankei.el (shimbun-sankei-get-headers): Update regexp * * sb-sankei.el (shimbun-sankei-get-headers): Fix regexp OBS-URL: https://build.opensuse.org/package/show/M17N/emacs-w3m?expand=0&rev=19
12 lines
359 B
Diff
12 lines
359 B
Diff
--- ./w3m-form.el
|
|
+++ ./w3m-form.el 2002/07/07 19:16:32
|
|
@@ -417,7 +417,7 @@
|
|
(char-after (match-beginning 1))
|
|
?/)))
|
|
(goto-char (match-end 1))
|
|
- (w3m-parse-attributes (href alt)
|
|
+ (w3m-parse-attributes (href (alt :decode-entity))
|
|
(when href
|
|
(setq candidates (cons (cons href (or alt href))
|
|
candidates)))))
|