Actions
Bug #77893
closedViewhelper syntax should be whitespace tolerant
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2016-09-09
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
No
Sprint Focus:
Description
Any viewhelper property will not work if you add whitespace around an equal sign that joins a property name and its value.
Examples:<f:render partial="List/Item" />
is OK<f:render partial ="List/Item" />
is DEFUNCT<f:render partial= "List/Item" />
is DEFUNCT
As an XML language Fluid should be tolerant to such whitespaces in its assignments.
Integrators will add these whitespaces easily and may debug for hours to find the cause of the resulting malfunction. (At least I did. :)
Actions