Actions
Bug #72152
closedformate.date viewhelper fails to trim child content
Start date:
2015-12-10
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
no-brainer
Is Regression:
Yes
Sprint Focus:
Description
This fails:
<f:format.date format="d.m.Y">128963487 </f:format.date>
This works:
<f:format.date format="d.m.Y">128963487</f:format.date>
The content must be trimmed if we are checking for a timestamp.
Actions