changeset 361:34076e5a4018

Should not htmlescape at calling cgi_type*
author HIROSE Yuuji <yuuji@gentei.org>
date Tue, 01 Nov 2016 18:18:23 +0859
parents 82aa436cf81d
children 955cd7b517d3
files s4-funcs.sh
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/s4-funcs.sh	Sun Oct 30 07:45:00 2016 +0859
+++ b/s4-funcs.sh	Tue Nov 01 18:18:23 2016 +0859
@@ -3191,7 +3191,7 @@
 	  val="<table>$nl$val$nl</table>"
 	else
 	  #form="<input name=\"$name\" value=\"$val\" type=\"$type\"$sp$args>$nl"
-	  form=`cgi_$type $name "$val" "$args"`
+	  form=`cgi_$type $name "$rawval" "$args"`
 	fi
 	;;
       [Rr][Aa][Dd][Ii][Oo])

yatex.org