From 069ff175263583da9a2225980b85c4ee53924b0a Mon Sep 17 00:00:00 2001 From: MORIOKA Tomohiko Date: Thu, 9 Dec 2010 14:24:57 +0900 Subject: [PATCH] (est-format-unit): Fix bug about `feature-name'; modify for `www-uri-make-feature-name-url'. --- est-format.el | 1 + 1 file changed, 1 insertion(+) diff --git a/est-format.el b/est-format.el index c7a7474..7026b2f 100644 --- a/est-format.el +++ b/est-format.el @@ -82,6 +82,7 @@ (list* 'a (list :href (www-uri-make-feature-name-url + (est-object-genre object) (www-uri-encode-feature-name feature) (www-uri-encode-object object))) children))))) -- 1.7.10.4