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 wrap: on
line diff
--- a/s4-funcs.sh	Wed Apr 27 08:27:33 2016 +0859
+++ b/s4-funcs.sh	Thu Apr 28 17:12:23 2016 +0859
@@ -1473,8 +1473,8 @@
      ON b.id=m.blogid;"
     cat<<-EOF
 	<div class="fold">
-	`cgi_checkbox mrd yes id="mre"`<label for="mre">
-	最近書き込んだ場所一覧</label>
+	`cgi_checkbox mrd yes id="mre"`<label
+	 for="mre">最近書き込んだ場所一覧</label>
 	`DT_VIEW=replyblog dumptable html blog`
 	</div>
 	EOF

yatex.org