From: MORIOKA Tomohiko Date: Thu, 19 Jun 2014 23:48:43 +0000 (+0900) Subject: (est-format-unit): Support `est-hide-cgi-mode'. X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=ddeaac2017c624ecb802f6216440f1504962cdc4;p=chise%2Fest.git (est-format-unit): Support `est-hide-cgi-mode'. --- diff --git a/est-format.el b/est-format.el index 667f816..b9278ab 100644 --- a/est-format.el +++ b/est-format.el @@ -145,7 +145,9 @@ (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))) ))