You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the code below, you have a ViewHelper {f:uri.page(pageUid: 1, absolute: 'true') -> f:format.htmlentities()} wich will be transformed in {f:uri.page(pageUid: 1, absolute: 'true') -'> f:format.htmlentities()} I guess because it's between <link> tag.
The ViewHelper {f:uri.page(pageUid: 1, absolute: 'true') -> f:format.htmlentities()} musn't be transformed like this {f:uri.page(pageUid: 1, absolute: 'true') -'> f:format.htmlentities()}, it should remain like it was before appliying fractor.
Package Version
0.4.2
PHP Version
8.2.0
TYPO3 Version
12.4
Notes
No response
The text was updated successfully, but these errors were encountered:
True, but AFAIK what we do here in TYPO3 is not really valid XML/HTML, thus this might be hard to change. First step would be to identify which component exactly messes stuff up here – my guess is that this already happens when the XML is read, so it's probably just a missing libxml parameter. Should be easy to spot with a simple test.
Minimal PHP Code Causing Issue
In the code below, you have a ViewHelper
{f:uri.page(pageUid: 1, absolute: 'true') -> f:format.htmlentities()}
wich will be transformed in{f:uri.page(pageUid: 1, absolute: 'true') -'> f:format.htmlentities()}
I guess because it's between<link>
tag.Applied rules
No fractor specific rule required.
Expected Behaviour
The ViewHelper
{f:uri.page(pageUid: 1, absolute: 'true') -> f:format.htmlentities()}
musn't be transformed like this{f:uri.page(pageUid: 1, absolute: 'true') -'> f:format.htmlentities()}
, it should remain like it was before appliying fractor.Package Version
0.4.2
PHP Version
8.2.0
TYPO3 Version
12.4
Notes
No response
The text was updated successfully, but these errors were encountered: