forked from fixin.me/fixin.me
Remove unneeded html_safe from field_error_proc
This commit is contained in:
parent
60b7c2a0bd
commit
24f6966027
@ -5,4 +5,4 @@ require_relative "application"
|
||||
Rails.application.initialize!
|
||||
|
||||
# Disable field_with_errors div wrapper for form inputs
|
||||
ActionView::Base.field_error_proc = Proc.new { |html_tag, instance| html_tag.html_safe }
|
||||
ActionView::Base.field_error_proc = Proc.new { |html_tag, instance| html_tag }
|
||||
|
Loading…
x
Reference in New Issue
Block a user