We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba8fae3 commit f9697f5Copy full SHA for f9697f5
app/code/Magento/Theme/Controller/Result/AsyncCssPlugin.php
@@ -58,9 +58,9 @@ function ($matches) use (&$cssMatches) {
58
}
59
$media = $media ?? 'all';
60
$loadCssAsync = sprintf(
61
- '<link rel="preload" as="style" media="%s" .
62
- onload="this.onload=null;this.rel=\'stylesheet\'"' .
63
- 'href="%s">',
+ '<link rel="preload" as="style" media="%s"' .
+ ' onload="this.onload=null;this.rel=\'stylesheet\'"' .
+ ' href="%s">',
64
$media,
65
$href
66
);
0 commit comments