Project

General

Profile

Bug #100107

Updated by Georg Ringer about 1 year ago

When I use f:asset for inline CSS, a semicolon is added at the end before the closing tag: @<f:asset.css <f:asset.css identifier="hohoho-{data.uid}">.hello {color: black;}</f:asset.css>@ black;}</f:asset.css> results in: @<style>.hello{color:#000};</style>@ <style>.hello{color:#000};</style> 
 The W3C validator throws an error here (Parse error)

Back