s4

changeset 210:e08a4a4d3f1d

Remove extra space between label and button.
author HIROSE Yuuji <yuuji@gentei.org>
date Thu, 28 Apr 2016 17:12:23 +0859
parents 70fa878fe3ea
children 2dbaad689d2d
files s4-funcs.sh
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line diff
     1.1 --- a/s4-funcs.sh	Wed Apr 27 08:27:33 2016 +0859
     1.2 +++ b/s4-funcs.sh	Thu Apr 28 17:12:23 2016 +0859
     1.3 @@ -1473,8 +1473,8 @@
     1.4       ON b.id=m.blogid;"
     1.5      cat<<-EOF
     1.6  	<div class="fold">
     1.7 -	`cgi_checkbox mrd yes id="mre"`<label for="mre">
     1.8 -	最近書き込んだ場所一覧</label>
     1.9 +	`cgi_checkbox mrd yes id="mre"`<label
    1.10 +	 for="mre">最近書き込んだ場所一覧</label>
    1.11  	`DT_VIEW=replyblog dumptable html blog`
    1.12  	</div>
    1.13  	EOF