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:
8cd94ff
)
(www-display-char-desc): Don't display "add feature" button when
author
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Mon, 5 Apr 2010 01:29:00 +0000
(10:29 +0900)
committer
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Mon, 5 Apr 2010 01:29:00 +0000
(10:29 +0900)
running with simple mode.
cwiki-view.el
patch
|
blob
|
history
diff --git
a/cwiki-view.el
b/cwiki-view.el
index
9442281
..
e1044d3
100644
(file)
--- a/
cwiki-view.el
+++ b/
cwiki-view.el
@@
-106,12
+106,13
@@
(if (= level 1)
"<p>\n"
"<li>\n"))
- (princ
- (format "<a href=\"%s?char=%s\"
+ (unless simple
+ (princ
+ (format "<a href=\"%s?char=%s\"
><input type=\"submit\" value=\"add feature\" /></a>
"
- chise-wiki-add-url
- (www-format-encode-string uri-char)))
+ chise-wiki-add-url
+ (www-format-encode-string uri-char))))
(princ
(if (= level 1)
"<p>\n"