Actions
Bug #59928
closedformat.crop view helper doesn't work anymore
Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2014-06-27
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
6.1
PHP Version:
5.3
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
We updated our website from TYPO3 6.1.5 to TYPO3 6.1.9. Now the crop view helper doesn't work anymore.
Our fluid snippet:
<f:format.crop maxCharacters="200"><p class="resultlist-item-teaser">{study.short_description}</p></f:format.crop>
In TYPO3 6.1.5 the text is correctly cropped, in 6.1.9 the whole text is visible without cropping.
Actions