Actions
Bug #91172
closedhtml comments in fluid template lead to exception
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
-
Start date:
2020-04-22
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
10
PHP Version:
7.3
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
Starting with TYPO3 10.4 a simple html comment like the one below results in an exception.
<!-- comment -->
(1/1) #1476107295 TYPO3\CMS\Core\Error\Exception
PHP Warning: Invalid argument supplied for foreach() in /typo3/sysext/frontend/Classes/ContentObject/ContentObjectRenderer.php line 3934
Updated by Christian Eßl over 4 years ago
- Related to Bug #39261: parseFunc does not handle nested tags correct added
Updated by Gerrit Code Review over 4 years ago
- Status changed from New 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/c/Packages/TYPO3.CMS/+/64304
Updated by Josef Glatz over 4 years ago
- Related to Bug #91194: Faulty follow-up tag detection in parseFunc & Co. (regression) added
Updated by Oliver Hader over 4 years ago
- Related to deleted (Bug #91194: Faulty follow-up tag detection in parseFunc & Co. (regression))
Updated by Christian Eßl over 4 years ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset b2538a07df4db9ea4e141e0cf869f9318cf33dfe.
Actions