allow center and code tags in dtext

This commit is contained in:
albert
2013-03-08 13:46:37 -05:00
parent 8f65b567a2
commit 5e94ab41e5

View File

@@ -194,7 +194,7 @@ class DText
Sanitize.clean(
text,
: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),
:elements => %w(code center 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),