Fix bug where reCaptcha form wasn't working

This commit is contained in:
Luka Murn 2017-01-26 16:06:29 +01:00
parent 3e6d11a087
commit 3bf447b0f4

View file

@ -11,7 +11,7 @@ module FormTagHelper
res << '</span>'
end
res << '</div>'
sanitize_input(res)
res.html_safe
end
end
end