forked from pool/emacs-w3m
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)))))
|