From: Daigo Moriwaki Date: Tue, 20 Jan 2015 13:48:29 +0000 (+0900) Subject: [mk_html] Links to details pages for players now use a relative path so that it works... X-Git-Tag: 20170902~19 X-Git-Url: http://git.sourceforge.jp/view?p=shogi-server%2Fshogi-server.git;a=commitdiff_plain;h=a5eecd34d1379ea5b8c0abe2c773439f465b68d7;hp=7353c183ca018cacf980a191bf188549a290fbef [mk_html] Links to details pages for players now use a relative path so that it works on a testing site. --- diff --git a/changelog b/changelog index 8198022..f7ebb2e 100644 --- a/changelog +++ b/changelog @@ -1,3 +1,12 @@ +2015-01-20 Daigo Moriwaki + + * [mk_rate] + - Getting an absolute path of this file was wrong if it was a + symbolic link. This issue has been addressed. + * [mk_html] + - Links to details pages for players now use a relative path so + that it works on a testing site. + 2015-01-17 Daigo Moriwaki * [shogi-server] diff --git a/mk_html b/mk_html index 6cd7217..6dfd3b1 100755 --- a/mk_html +++ b/mk_html @@ -172,7 +172,7 @@ def main %> - <%= h yaml[key]['name'] %> + <%= h yaml[key]['name'] %>