Skip to content

Commit

Permalink
- Make text area variable
Browse files Browse the repository at this point in the history
  • Loading branch information
Bart Teeuwisse authored and Jason L Perry committed Jan 1, 2009
1 parent 782bf02 commit d9c9e43
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/recaptcha.rb
Expand Up @@ -38,6 +38,7 @@ def recaptcha_tags(options = {})
:cols => options[:textarea_cols] ||= 40
xhtml.input :name => "recaptcha_response_field",
:type => "hidden", :value => "manual_challenge"
:type => "hidden", :value => "manual_challenge"
end
end
end
Expand Down

0 comments on commit d9c9e43

Please sign in to comment.