mirror of
https://github.com/scinote-eln/scinote-web.git
synced 2025-01-27 18:21:50 +08:00
Fix bug where reCaptcha form wasn't working
This commit is contained in:
parent
3e6d11a087
commit
3bf447b0f4
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ module FormTagHelper
|
|||
res << '</span>'
|
||||
end
|
||||
res << '</div>'
|
||||
sanitize_input(res)
|
||||
res.html_safe
|
||||
end
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue