Actions
Feature #96674
closed[SUGGESTION] convert spaces to hard-spaces @ format.htmlentities
Status:
Rejected
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2022-01-29
Due date:
% Done:
0%
Estimated time:
PHP Version:
Tags:
Complexity:
Sprint Focus:
Description
within a menu which the individual elements should not wrap
therefore hard-spaces are the easiest solution besides CSS ; white-space:nowrap
ref. https://developer.mozilla.org/en-US/docs/Web/CSS/white-space
{item.title -> f:format.htmlentities(convertSpaces:true)}
https://docs.typo3.org/other/typo3/view-helper-reference/10.4/en-us/typo3/fluid/latest/Format/Htmlentities.html
https://forge.typo3.org/projects/typo3cms-core/repository/1749/entry/typo3/sysext/fluid/Classes/ViewHelpers/Format/HtmlentitiesViewHelper.php?rev=10.4
Actions