sanitizer.rb 183 B

12
  1. ActionView::Base.sanitized_allowed_tags += Set.new(%w(table thead tbody tr th td))
  2. ActionView::Base.sanitized_allowed_attributes += Set.new(%w(border cellspacing cellpadding valign))