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
Updated by Georg Ringer almost 3 years ago
- Status changed from New to Rejected
Thanks for creating the issue!
As this is fully frontend and CSS related, there is no need to change anything in the ViewHelper itself. Styling needs to be done by the integrator and there is no need to change the raw HTML output. therefore I am closing this issue.
Actions