Bug #83859
Updated by Christian Stern almost 7 years ago
The following code (https://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Round/Index.html) ([[https://docs.typo3.org/typo3cms/TyposcriptReference/Functions/Round/Index.html]]) is not working in TYPO3 8.7.1 and 8.7.10. <pre> page = PAGE page.1 = TEXT page.1 { value = 3.14159 stdWrap.round.roundType = round stdWrap.round.decimals = 2 } </pre> Output: <pre> 3.14159 </pre> I tested all available settings: floor, ceil and round It does work in the latest TYPO3 7.6.