Actions
Bug #95152
closedEpic #95236: Backend UI layout issues
CSH: field content rendering issue
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Backend User Interface
Target version:
-
Start date:
2021-08-02
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
11
PHP Version:
Tags:
context sensitive help, rendering, content
Complexity:
Is Regression:
Sprint Focus:
Description
"Context Sensitive Help" doesn't correctly render HTML tags for field help content: see image
TYPO3 v9, v10 and v11
My proposal
replace<p>{manual.content -> f:format.htmlentities() -> f:format.raw()}</p>
with<p>{manual.content -> f:format.stripTags(allowedTags:'<strong><em><b><i>') -> f:format.nl2br()}</p>
Files
Actions