Actions
Bug #76312
closedf:format.html not rendering <p> anymore after <table>
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2016-05-26
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Fluid (Breaks to simulate bodytext-entry):<f:format.html>P-Tag
<table><tr><td>a</td></tr></table>
P-Tag</f:format.html>
F:Debug:<p>P-Tag</p><table class="contenttable"><tr><td>a</td></tr></table> P-Tag
HTML-Output<p>P-Tag</p><table class="contenttable"><tr><td>a</td></tr></table> P-Tag
... and all following p-tags are missing in the hole fluid-template and content elements.
I have this problem in two of four TYPO3 7.6 setups, which are common versions. I tried also with a Typoscript setup for only content-output.
Actions