summaryrefslogtreecommitdiff
path: root/helm-utils.el
diff options
context:
space:
mode:
authorThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-28 09:58:55 +0200
committerThierry Volpiatto <thierry.volpiatto@gmail.com>2016-10-28 09:58:55 +0200
commitd95908e437f6a72f4bbfbbd1e998a35933c15c95 (patch)
tree0db15a85e32eabf447cadf38a32448bce74e78bf /helm-utils.el
parente25952b2cbdedf051964c09cc05e5deb47c3e068 (diff)
Fix previous commit, unhex only title.
* helm-utils.el (helm-html-bookmarks-to-alist): Do it.
Diffstat (limited to 'helm-utils.el')
-rw-r--r--helm-utils.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/helm-utils.el b/helm-utils.el
index 5bccc3f8..fc4e17f0 100644
--- a/helm-utils.el
+++ b/helm-utils.el
@@ -791,7 +791,7 @@ If COUNT is non--nil add a number after each prompt."
(while (re-search-forward "href=\\|^ *<DT><A HREF=" nil t)
(forward-line 0)
(when (re-search-forward url-regexp nil t)
- (setq url (url-unhex-string (match-string 0))))
+ (setq url (match-string 0)))
(when (re-search-forward bmk-regexp nil t)
(setq title (url-unhex-string
(funcall helm-html-decode-entities-function