allow center and code tags in dtext
This commit is contained in:
@@ -194,7 +194,7 @@ class DText
|
|||||||
|
|
||||||
Sanitize.clean(
|
Sanitize.clean(
|
||||||
text,
|
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 => {
|
:attributes => {
|
||||||
"a" => %w(href title style),
|
"a" => %w(href title style),
|
||||||
"span" => %w(class style),
|
"span" => %w(class style),
|
||||||
|
|||||||
Reference in New Issue
Block a user