projects
/
chise
/
est.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2c2ce5d
)
(est-format-unit): Support `est-hide-cgi-mode'.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 19 Jun 2014 23:48:43 +0000
(08:48 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Thu, 19 Jun 2014 23:48:43 +0000
(08:48 +0900)
est-format.el
patch
|
blob
|
history
diff --git
a/est-format.el
b/est-format.el
index
667f816
..
b9278ab
100644
(file)
--- 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)))
))