forked from pool/emacs-w3m
39db71f97c
Renamed from w3m-el OBS-URL: https://build.opensuse.org/request/show/621568 OBS-URL: https://build.opensuse.org/package/show/M17N/emacs-w3m?expand=0&rev=1
12 lines
355 B
Diff
12 lines
355 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)))))
|