(est-format-unit): Fix bug about `feature-name'; modify for
authorMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:24:57 +0000 (14:24 +0900)
committerMORIOKA Tomohiko <tomo@kanji.zinbun.kyoto-u.ac.jp>
Thu, 9 Dec 2010 05:24:57 +0000 (14:24 +0900)
`www-uri-make-feature-name-url'.

est-format.el

index c7a7474..7026b2f 100644 (file)
@@ -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)))))