--- trunk/lib/Frey/Action.pm 2009/06/29 18:25:33 1113 +++ trunk/lib/Frey/Action.pm 2009/06/30 10:09:43 1119 @@ -275,7 +275,7 @@ push @checkboxes, $name; } elsif ( ! defined $value && ! $required->{$name} ) { $value_html = qq|undef|; # FIXME if $self->debug - } elsif ( $attr_type !~ m{^(Str|Int)$} || $value =~ $Frey::Web::re_html || $name =~ m{text} ) { + } elsif ( $attr_type !~ m{^(Str|Int|Email)$} || $value =~ $Frey::Web::re_html || $name =~ m{text} ) { $value_html = qq||; }