我正在使用ruby 2,rails 4和bootstrap3。我在项目中添加了一个验证码。
在我添加的html代码中
<%= recaptcha_tags %>
config /初始值设定项/ recaptcha.rb
Recaptcha.configure do |config|
config.site_key = '3PhyhhyhyhgfAAAAweqrw56575AJUL0Ta'
config.secret_key = '3PhyhhhfyhyAAAAweqrwA567575JUL0Ta'
end
现在Recaptcha可以正常工作了。但是,当我在https://validator.w3.org/中检查网页时,出现以下错误
如何解决此问题?