Actions
Bug #88561
closedThe tag "style" is listed in allowTags and removeTags
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
RTE (rtehtmlarea + ckeditor)
Target version:
-
Start date:
2019-06-13
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
Tags:
ckeditor, rte configuration, processing,CodingNight
Complexity:
Is Regression:
Sprint Focus:
Description
I noticed that the tag "style" is listed in allowTags and removeTags. IMO this does not make any sense.
processing:
allowTags:
- style
HTMLparser_db:
removeTags: [style]
See current master at github
https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/rte_ckeditor/Configuration/RTE/Processing.yaml
PS: As it's in the current master I set TYPO3 Version to 10.
Actions