Actions
Feature #72045
closedKeep tags feature for HTMLparser stripEmptyTags
Start date:
2015-12-03
Due date:
% Done:
100%
Estimated time:
PHP Version:
Tags:
Complexity:
medium
Sprint Focus:
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
Actions