From: MORIOKA Tomohiko Date: Thu, 9 Dec 2010 05:24:57 +0000 (+0900) Subject: (est-format-unit): Fix bug about `feature-name'; modify for X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=069ff175263583da9a2225980b85c4ee53924b0a;p=chise%2Fest.git (est-format-unit): Fix bug about `feature-name'; modify for `www-uri-make-feature-name-url'. --- 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)))))