Actions
Bug #100107
closedf:asset adds semikolon = W3C validation error
Start date:
2023-03-07
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
11
PHP Version:
8.1
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
When I use f:asset for inline CSS, a semicolon is added at the end before the closing tag: <f:asset.css identifier="hohoho-{data.uid}">.hello {color: black;}</f:asset.css>
results in: <style>.hello{color:#000};</style>
The W3C validator throws an error here (Parse error)
Files
Actions