SHA256
1
0
forked from pool/emacs-w3m
emacs-w3m/w3m-el-1.3-map.patch

12 lines
355 B
Diff
Raw Normal View History

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