--- trunk/lib/Frey/Action.pm 2008/12/13 16:36:57 831 +++ trunk/lib/Frey/Action.pm 2008/12/13 16:37:07 832 @@ -208,7 +208,7 @@ push @checkboxes, $name; } elsif ( ! defined $value ) { $value_html = qq|undef|; # FIXME if $self->debug - } elsif ( $attr_type !~ m{^(Str|Int)$} || $value =~ $Frey::Web::re_html ) { + } elsif ( $attr_type !~ m{^(Str|Int)$} || $value =~ $Frey::Web::re_html || $name =~ m{text} ) { $value_html = qq||; }