(est-format-unit): For conversion of `feature-name' unit, enclose '(a
authorMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 16 Mar 2016 15:07:40 +0000 (00:07 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Wed, 16 Mar 2016 15:07:40 +0000 (00:07 +0900)
(:href ...) ...) with (span (:class "feature-name") ...)

est-format.el

index b9278ab..1b2703d 100644 (file)
                     (setq feature (plist-get props :feature)))
            (setq children
                  (list
-                  (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)))))
+                  (list 'span
+                        '(:class "feature-name")
+                        (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))))))
        )
        ((eq name 'value)
        (cond