Project

General

Profile

Actions

Bug #89585

closed

deleted space between 2 tags

Added by Raoul STANISLAS over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2019-11-05
Due date:
% Done:

0%

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

Description

Hi,

With TYPO3 8.7 and 9.5, FE rendering removes the space between 2 tags.

Source code in CKEditor Rich Text Editor
<a href="t3://page?uid=1">Text</a> <span class="important">Text</span>
<strong>Text</strong> <span class="important">Text</span>

source code of the frontend
<a href="t3://page?uid=1">Text</a><span class="important">Text</span>
<strong>Text</strong><span class="important">Text</span>

"Fluid Content Elements CSS" or "Bootstrap Package", i have the same rendering

Also CType HTML, FE rendering removes the space between 2 tags.

Actions

Also available in: Atom PDF