Project

General

Profile

Actions

Bug #77893

closed

Viewhelper syntax should be whitespace tolerant

Added by Jörg Wagner over 7 years ago. Updated over 5 years ago.

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

Also available in: Atom PDF