Skip to content
Snippets Groups Projects
Commit a7d1189c authored by Patrick Lenk's avatar Patrick Lenk Committed by Tobi Kretschmann
Browse files

[BUGFIX] Remove non-breaking-space after list element in contenttable

The   for HTMLtableCells in parseFunc_RTE has been removed.
Empty cells still contain the non-breaking space.

Resolves: #87771
Releases: master
Change-Id: Ic95a215f07597954cebffc7aff73dd15dcce986b
Reviewed-on: https://review.typo3.org/c/Packages/TYPO3.CMS/+/59784


Tested-by: default avatarTYPO3com <noreply@typo3.com>
Tested-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Tested-by: default avatarTobi Kretschmann <tobi@tobishome.de>
Tested-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarGuido Schmechel <guido.schmechel@brandung.de>
Reviewed-by: default avatarSteffen Frese <steffenf14@gmail.com>
Reviewed-by: default avatarAndreas Fernandez <a.fernandez@scripting-base.de>
Reviewed-by: default avatarTobi Kretschmann <tobi@tobishome.de>
parent 174a43ce
Branches
Tags
No related merge requests found
......@@ -73,7 +73,10 @@ lib.parseFunc_RTE {
# Recursive call to self but without wrapping non-wrapped cell content
default.stdWrap {
parseFunc = < lib.parseFunc_RTE
parseFunc.nonTypoTagStdWrap.encapsLines.nonWrappedTag =
parseFunc.nonTypoTagStdWrap.encapsLines {
nonWrappedTag =
innerStdWrap_all.ifBlank =
}
}
addChr10BetweenParagraphs = 1
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment