Project

General

Profile

Actions

Feature #72045

closed

Keep tags feature for HTMLparser stripEmptyTags

Added by Alexander Stehlik over 8 years ago. Updated over 5 years ago.

Status:
Closed
Priority:
Could have
Category:
Frontend
Target version:
-
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

Also available in: Atom PDF