67 |
next if $a eq 'value' && ($tag ne 'input' || (ref $attr->{'type'} && $attr->{'type'}->[1] =~ /^(?:checkbox|hidden|radio|text)$/)); # FIXME |
67 |
next if $a eq 'value' && ($tag ne 'input' || (ref $attr->{'type'} && $attr->{'type'}->[1] =~ /^(?:checkbox|hidden|radio)$/)); # FIXME |
69 |
my($key, $val, $val_orig, $order) = @{$attr->{$a}}; #FIXME |
69 |
my($key, $val, $val_orig, $order) = @{$attr->{$a}}; #FIXME |