Skip to content

Commit c06e2a7

Browse files
committed
remove css_class from Captcha field
1 parent d788d39 commit c06e2a7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/HTML/FormHandler/Field/Captcha.pm

+1-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ has 'scramble' => ( isa => 'Int', is => 'rw', default => '0' );
3636
has 'lines' => ( isa => 'Int', is => 'rw', default => '2' );
3737
has 'gd_font' => ( isa => 'Str', is => 'rw', default => 'Large' );
3838
has 'image' => ( is => 'rw' );
39-
has '+css_class' => ( default => 'captcha' );
39+
has '+wrapper_class' => ( default => 'captcha' );
4040
has '+widget' => ( default => 'Captcha' );
4141

4242
has '+noupdate' => ( default => 1 );

0 commit comments

Comments
 (0)