s4

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 diff
     1.1 --- a/s4-funcs.sh	Tue Aug 04 06:15:14 2015 +0900
     1.2 +++ b/s4-funcs.sh	Tue Aug 04 06:17:59 2015 +0900
     1.3 @@ -2235,7 +2235,7 @@
     1.4  \"s,\([^ =][^=]*\)=\([^= ][^= ]*\),$fh value=\\"\2\\">\1</label>,g\"`"
     1.5  	;;
     1.6        [Cc][Hh][Ee][Cc][Kk][Bb][Oo][Xx])
     1.7 -	form="<label><input type=\"checkbox\" value=\"${args#*=}\">${args%=*}</label>"
     1.8 +	form="<label><input type=\"checkbox\" name=\"$name\" value=\"${args#*=}\">${args%=*}</label>"
     1.9  	;;
    1.10        [Ss][Ee][Ll][Ee][Cc][Tt])
    1.11  	fh="<select name=\"$name\">$nl"