Feature #72045
closedKeep tags feature for HTMLparser stripEmptyTags
100%
Description
Currently the HTMLparser.stripEmptyTags only allows the configuration of a list of tags that should be removed.
It would be a nice addition if the list of provided tags is used to define the tags that should NOT be removed (e.g. table cells).
A possible configuration could look like this:
stripEmptyTags = 1 stripEmptyTags.tags = tr,td stripEmptyTags.keepTags = 1
Updated by Gerrit Code Review almost 9 years ago
- Status changed from New to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45107
Updated by Gerrit Code Review almost 9 years ago
Patch set 2 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45107
Updated by Gerrit Code Review almost 9 years ago
Patch set 3 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45107
Updated by Gerrit Code Review almost 9 years ago
Patch set 4 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45107
Updated by Alexander Stehlik almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 683625fc52c3c8b0fa9dac509ec6555bd1bad73e.