Actions
Bug #81577
closedf:format.html / parseFunc removes spaces between tags
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2017-06-14
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
bug, parsefunc, html, formatting, frontend
Complexity:
Is Regression:
Sprint Focus:
Description
If italic text is followed by bold text the space between the two strings is removed.
This bug can be reproduced on a vanilla TYPO3 8.7.1 installation
<f:format.html><p><strong>Strong</strong> <em>Italic</em></p></f:format.html>
When rendering this it will show
Italic*Strong*
Actions