Project

General

Profile

Actions

Bug #81616

closed

TYPO3 generated HTML-output strips off whitespaces/linebreaks between tags.

Added by Tobias Riesemann about 7 years ago. Updated almost 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
-
Target version:
-
Start date:
2017-06-19
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

TYPO3 generated HTML-output strips off whitespaces/linebreaks between tags.

If source consists of two tags e.g. SPANs which are divided by a newline or whitespace, they were rendered without any whitespace between.

<span>foo</span>
<span>bar</span>

will result in:

foobar

I have this Problem in all generated content such as in RTE.
All output is generated using Fluid-Styled-Content.

IMHO it's a problem if whitespaces are trimmed off of inline tags.
Could you please check this elementary problem?

Thx in advance
Tobias


Files

rendered.png (1.66 KB) rendered.png Sybille Peters, 2018-08-27 10:38
ckeditor.png (5.43 KB) ckeditor.png Sybille Peters, 2018-08-27 10:39

Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #81577: f:format.html / parseFunc removes spaces between tagsClosed2017-06-14

Actions
Actions

Also available in: Atom PDF