Steve Schwarz | 6 Nov 04:50
Picon

[FormBuilder] cleanopts and static fields

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
Nate Wiger | 6 Nov 17:43
Picon
Gravatar

Re: [FormBuilder] cleanopts and static fields

Applied. Thanks Steve.

-Nate

On 11/5/06, Steve Schwarz <agilitynerd <at> gmail.com> wrote:
> Hi All,
> I made a small change to static.pm so it would honor the cleanopts setting
_______________________________________________
FBusers mailing list
FBusers <at> formbuilder.org
http://www.formbuilder.org/mailman/listinfo/fbusers


Gmane