allow big tag in dtext

This commit is contained in:
albert
2013-02-23 16:24:29 -05:00
parent 35c35e4af0
commit 3accc2ab5f

View File

@@ -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),