allow some more tags through
This commit is contained in:
parent
1379bd5053
commit
521d3d11f2
|
@ -103,6 +103,12 @@ whiteListFeature('default', [
|
||||||
'p',
|
'p',
|
||||||
'strong',
|
'strong',
|
||||||
'em',
|
'em',
|
||||||
|
'ins',
|
||||||
|
'del',
|
||||||
|
'abbr[title]',
|
||||||
|
'dl',
|
||||||
|
'dt',
|
||||||
|
'dd',
|
||||||
'blockquote',
|
'blockquote',
|
||||||
'div',
|
'div',
|
||||||
'div.title',
|
'div.title',
|
||||||
|
|
Loading…
Reference in New Issue