Project

General

Profile

Actions

Feature #39578

closed

Add whitespace between two tags when using stripHtml stdWrap

Added by Ingo Pfennigstorf over 11 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Could have
Assignee:
-
Category:
TypoScript
Target version:
-
Start date:
2012-08-07
Due date:
% Done:

0%

Estimated time:
PHP Version:
Tags:
Complexity:
no-brainer
Sprint Focus:

Description

Having a block like this :

page = PAGE
page.10 = TEXT
page.10.value = <li>Hello</li><li>World</li>
page.10.stripHtml = 1

results in an output "HelloWorld"

I suggest to put a whitespace between the closing and opening tag to get the proper output "Hello World"

I will provide a patch for this feature

Actions

Also available in: Atom PDF