diff --git a/lib/rucaptcha/view_helpers.rb b/lib/rucaptcha/view_helpers.rb index 9807783..c60bacd 100644 --- a/lib/rucaptcha/view_helpers.rb +++ b/lib/rucaptcha/view_helpers.rb @@ -5,7 +5,7 @@ module RuCaptcha opts[:type] = 'text' opts[:autocorrect] = 'off' opts[:autocapitalize] = 'off' - opts[:pattern] = '[0-9a-z]*' + opts[:pattern] = '[0-9a-zA-Z]*' opts[:maxlength] = RuCaptcha.config.len opts[:autocomplete] = 'off' tag(:input, opts)