Project

General

Profile

Actions

Bug #100107

closed

f:asset adds semikolon = W3C validation error

Added by Stefan Grothus about 1 year ago. Updated 8 months ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Fluid
Target version:
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

asset_error.jpg (7.97 KB) asset_error.jpg Stefan Grothus, 2023-03-07 10:46
Actions

Also available in: Atom PDF