--- trunk/lib/Frey/Action.pm 2008/11/30 16:22:45 645 +++ trunk/lib/Frey/Action.pm 2008/12/03 22:23:26 708 @@ -156,7 +156,7 @@ $suffix = ' checked' if $value; $value_html = qq||; push @checkboxes, $name; - } elsif ( $attr_type !~ m{^(Str|Int)$} ) { + } elsif ( $attr_type !~ m{^(Str|Int)$} || $value =~ $Frey::Web::re_html ) { $value_html = qq||; }