[BUGFIX] Content rendering: Definition lists in RTE are wrapped in p
Definition lists entered in the RTE are wrapped in paragraph tags when rendered in the frontend. This is not valid HTML. Solution: Add dl and dd to lib.parseFunc_RTE.externalBlocks and process them recursively like div. Add dt to nonTypoTagStdWrap.encapsLines.encapsTagList Resolves: #25083 Releases: 4.5, 4.6, 4.7 Change-Id: Ia73d01105beeaba59f91dd87754c7528796d4d07 Reviewed-on: http://review.typo3.org/4181 Reviewed-by: Georg Ringer Tested-by: Georg Ringer Reviewed-by: Tolleiv Nietsch Tested-by: Tolleiv Nietsch
Showing
- typo3/sysext/css_styled_content/static/setup.txt 6 additions, 2 deletionstypo3/sysext/css_styled_content/static/setup.txt
- typo3/sysext/css_styled_content/static/v4.5/constants.txt 1 addition, 1 deletiontypo3/sysext/css_styled_content/static/v4.5/constants.txt
- typo3/sysext/css_styled_content/static/v4.5/setup.txt 6 additions, 2 deletionstypo3/sysext/css_styled_content/static/v4.5/setup.txt
- typo3/sysext/css_styled_content/static/v4.6/constants.txt 1 addition, 1 deletiontypo3/sysext/css_styled_content/static/v4.6/constants.txt
- typo3/sysext/css_styled_content/static/v4.6/setup.txt 6 additions, 2 deletionstypo3/sysext/css_styled_content/static/v4.6/setup.txt
Please register or sign in to comment