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:
461cad2
)
(www-format-encode-string): Use "http://mojikiban.ipa.go.jp/MJ%06d.png"
author
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 17 Jul 2018 11:35:01 +0000
(20:35 +0900)
committer
MORIOKA Tomohiko
<tomo.git@chise.org>
Tue, 17 Jul 2018 11:35:01 +0000
(20:35 +0900)
instead of "http://mojikiban.ipa.go.jp/search/MJ%06d".
cwiki-common.el
patch
|
blob
|
history
diff --git
a/cwiki-common.el
b/cwiki-common.el
index
7cda6e6
..
004fd46
100644
(file)
--- a/
cwiki-common.el
+++ b/
cwiki-common.el
@@
-1045,7
+1045,7
@@
style=\"vertical-align:middle\">"
(while (re-search-forward "&\\(A-\\|o-\\|G-\\|g2-\\|R-\\)?MJ\\([0-9]+\\);" nil t)
(setq code (string-to-int (match-string 2)))
(replace-match
- (format "<img alt=\"MJ%06d\" src=\"http://mojikiban.ipa.go.jp/search/MJ%06d\"
+ (format "<img alt=\"MJ%06d\" src=\"http://mojikiban.ipa.go.jp/MJ%06d.png\"
style=\"vertical-align:middle; width: 48px; height: 48px\">"
code
code