diff --git a/config/initializers/sanitizer.rb b/config/initializers/sanitizer.rb index cbfd43ec27..f44cfc1e2a 100644 --- a/config/initializers/sanitizer.rb +++ b/config/initializers/sanitizer.rb @@ -1,2 +1,2 @@ ActionView::Base.sanitized_allowed_tags += Set.new(%w(style table thead tbody tr th td)) -ActionView::Base.sanitized_allowed_attributes += Set.new(%w(border cellspacing cellpadding valign)) \ No newline at end of file +ActionView::Base.sanitized_allowed_attributes += Set.new(%w(border cellspacing cellpadding valign style))