emacs-w3m/w3m-el-1.3-map.patch
Andreas Schwab 383c387410 - Update to version 1.4.632+569+g5c965214:
* 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
2024-10-21 14:37:06 +00:00

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)))))