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.
Updated by Gerrit Code Review almost 9 years ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/45200
Updated by Markus Klein almost 9 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 20c61f212bf9cca419bb0e6a29f00b83717a01ce.
Updated by Riccardo De Contardi about 7 years ago
- Status changed from Resolved to Closed
Actions