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:
853242e
)
(www-display-char-desc): Use <div> instead of <p> to display feature
author
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Mon, 5 Apr 2010 00:16:52 +0000
(09:16 +0900)
committer
MORIOKA Tomohiko
<tomo@kanji.zinbun.kyoto-u.ac.jp>
Mon, 5 Apr 2010 00:16:52 +0000
(09:16 +0900)
in top-level.
cwiki-view.el
patch
|
blob
|
history
diff --git
a/cwiki-view.el
b/cwiki-view.el
index
9893cfb
..
9659fc4
100644
(file)
--- a/
cwiki-view.el
+++ b/
cwiki-view.el
@@
-75,7
+75,7
@@
(push logical-feature displayed-features)
(princ
(if (= level 1)
- "<p>\n"
+ "<div class=\"feature\" style=\"line-height:150%\">\n"
"<li>\n"))
(princ
(www-format-eval-list
@@
-99,7
+99,7
@@
)))))))
(princ
(if (= level 1)
- "</p>\n"
+ "</div>\n"
"<li>\n"))
))
(princ