]> git.openstreetmap.org Git - rails.git/blobdiff - config/initializers/field_error.rb
Update to rails 6.0.1
[rails.git] / config / initializers / field_error.rb
index a3e3d3aaceb3a25845a8763bfbee8d4630e9d636..34b224296cce6506a9f4240fc33083867a2fc404 100644 (file)
@@ -4,6 +4,6 @@ ActionView::Base.field_error_proc = proc do |html_tag, _instance|
   if class_attr_index
     html_tag.insert class_attr_index + 7, "field_with_errors "
   else
-    html_tag.insert html_tag.index(%r{/?>}), ' class="field_with_errors"'
+    html_tag.insert html_tag.index(%r{/?>}), ' class="field_with_errors"'.html_safe
   end
 end