Skip to content
Snippets Groups Projects
Commit 874fa105 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] class attributes are dropped from p and div tags

parent ddc83275
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ RTE.default.proc {
## Attributes class and align are always preserved
## Align attribute will be unset on entry (see below)
## This is a list of additional attributes to keep
keepPDIVattribs = id, title, dir, lang, xml:lang, itemscope, itemtype, itemprop, style
keepPDIVattribs = id, title, dir, lang, xml:lang, itemscope, itemtype, itemprop, style, class
## REMAP BOLD AND ITALIC TO STRONG AND EMPHASIS AND VICE VERSA
transformBoldAndItalicTags = 1
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment