diff --git a/app/logical/d_text.rb b/app/logical/d_text.rb index 215bb5db1..0f52f89c1 100644 --- a/app/logical/d_text.rb +++ b/app/logical/d_text.rb @@ -192,7 +192,7 @@ class DText def self.sanitize(text) Sanitize.clean( text, - :elements => %w(tn h1 h2 h3 h4 h5 h6 a span div blockquote br p ul li ol em strong small b i font), + :elements => %w(tn h1 h2 h3 h4 h5 h6 a span div blockquote br p ul li ol em strong small big b i font), :attributes => { "a" => %w(href title style), "span" => %w(class style),