6 Nov 04:50
[FormBuilder] cleanopts and static fields
Steve Schwarz <agilitynerd <at> gmail.com>
2006-11-06 03:50:50 GMT
2006-11-06 03:50:50 GMT
Hi All,
I made a small change to static.pm so it would honor the cleanopts setting used by radio and other option types when rendered via confirm() or by changing the type to static
At line 80 I changed:
# $tmp .= escapehtml($value);
to:
$tmp .= ($self->cleanopts ? escapehtml($value) : $value);
Best Regards,
Steve
_______________________________________________ FBusers mailing list FBusers <at> formbuilder.org http://www.formbuilder.org/mailman/listinfo/fbusers
RSS Feed