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
Updated by Markus Klein over 7 years ago
- Status changed from New to Rejected
- Assignee deleted (
Markus Klein)
@Roland: Please do not assign tickets to anybody unless explicitly asked for.
This is not a bug, but a configuration issue of your FE output. lib.parseFunc_rte.
Please use the usual support channels for getting more help, specifically Slack.
https://typo3.org/community-support/
(https://forger.typo3.org/slack)
Updated by Oliver Hader about 7 years ago
- Category changed from 1050 to Frontend
Actions