Actions
Bug #80042
closedHTML-Error by text indentation
Status:
Rejected
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2017-02-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
7
PHP Version:
5.5
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
With text Editor of Content element I create the correct html-source:
<ul><li>first indentation<ul><li>second indentation</li></ul></li></ul>
By browsing it I get the following wrong html-source with automaticly nested p-tags:
<ul><p class="bodytext"><li>first indentation</p><ul><li>second indentation</li></ul><p class="bodytext"></li></p></ul>
My versions are:
Apache API: 20120211
PHP: 5.5.14
TYPO3: 7.6.15
Actions