Skip to content

Commit

Permalink
Bug fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
im-machakata committed Dec 9, 2022
1 parent 9b98080 commit 5915791
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Groomer.php
Original file line number Diff line number Diff line change
Expand Up @@ -1218,7 +1218,7 @@ final protected function printStylesheets($headCss) {
$stylesheetsURI .= sprintf("\" ");
endif;
if ($async) :
$stylesheetsURI .= 'as="css" onload="this.onload=null;this.rel=\'stylesheet\'">';
$stylesheetsURI .= 'as="style" onload="this.onload=null;this.rel=\'stylesheet\'">';
$stylesheetsURI .= sprintf("<noscript><link rel=\"stylesheet\" href=\"%s", $headCss['href']);
if ($version) :
$stylesheetsURI .= sprintf("?ver=%s", $this->version);
Expand Down

0 comments on commit 5915791

Please sign in to comment.