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:
bf074ef
)
(www-format-encode-string): Display "&A-GT-Kddddd;" entity references.
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 13 Sep 2016 08:14:13 +0000
(17:14 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 13 Sep 2016 08:14:13 +0000
(17:14 +0900)
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
91eaa9f
..
6cb9d19
100644
(file)
--- a/
cwiki-common.el
+++ b/
cwiki-common.el
@@
-1086,7
+1086,7
@@
style=\"%s\">"
t 'literal))
(goto-char (point-min))
- (while (re-search-forward "&\\(G-\\)?GT-K\\([0-9]+\\);" nil t)
+ (while (re-search-forward "&\\(A-\\|G-\\)?GT-K\\([0-9]+\\);" nil t)
(setq code (string-to-int (match-string 2)))
(replace-match
(format "<img alt=\"GT-K%05d\" src=\"%s?char=GT-K%05d\"