Actions
Bug #90288
closedTemplate file "PageZero.html" contains Fluid syntax errors
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2020-02-01
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
8
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
In TYPO3 8.7 (possibly also 9.5) the template file "PageZero.html" belonging to the tstemplate extension, contains the following syntax errors:
- <f:if condition="{f:count({page._templates}))}">
- <f:if condition="{f:count({page._nodes}))}">
Both of these should be replaced with the valid syntax alternatives:
- <f:if condition="{page._templates}">
- <f:if condition="{page._nodes}">
Updated by Claus Due almost 5 years ago
Problem is fixed in TYPO3 9.5 by switching to inline pass.
Updated by Gerrit Code Review almost 5 years ago
- Status changed from New to Under Review
Patch set 1 for branch TYPO3_8-7 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/63134
Updated by Anonymous almost 5 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset c6f5cb5740ebb9bdfa6e14e23dbe35406ff02506.
Actions