changeset 101:4aefd0ddf88b

name=... missing
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 04 Aug 2015 06:17:59 +0900
parents 8dc950197939
children 7cdaac365897
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Tue Aug 04 06:15:14 2015 +0900
+++ b/s4-funcs.sh	Tue Aug 04 06:17:59 2015 +0900
@@ -2235,7 +2235,7 @@
 \"s,\([^ =][^=]*\)=\([^= ][^= ]*\),$fh value=\\"\2\\">\1</label>,g\"`"
 	;;
       [Cc][Hh][Ee][Cc][Kk][Bb][Oo][Xx])
-	form="<label><input type=\"checkbox\" value=\"${args#*=}\">${args%=*}</label>"
+	form="<label><input type=\"checkbox\" name=\"$name\" value=\"${args#*=}\">${args%=*}</label>"
 	;;
       [Ss][Ee][Ll][Ee][Cc][Tt])
 	fh="<select name=\"$name\">$nl"

yatex.org