(est-format-unit): Support `est-hide-cgi-mode'.
authorMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 19 Jun 2014 23:48:43 +0000 (08:48 +0900)
committerMORIOKA Tomohiko <tomo.git@chise.org>
Thu, 19 Jun 2014 23:48:43 +0000 (08:48 +0900)
est-format.el

index 667f816..b9278ab 100644 (file)
                 (list* 'a
                        (list :href
                              (concat (www-uri-make-object-url object)
-                                     "&feature="
+                                     (if est-hide-cgi-mode
+                                         "/feature="
+                                       "&feature=")
                                      (www-uri-encode-feature-name feature)))
                        children)))
          ))