Skip to content

Commit

Permalink
Update Includer.php
Browse files Browse the repository at this point in the history
  • Loading branch information
odahcam authored Oct 26, 2017
1 parent e7577e1 commit 0785e04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Includer.php
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ public function cachedAssetUrl($url)
*/
public function linkCSS(string $url, $attrs = [])
{
return '<link '.self::arrayToAttr($attrs).' rel="preload" href="'.$this->cachedAssetUrl($url).'"\>';
return '<link '.self::arrayToAttr($attrs).' href="'.$this->cachedAssetUrl($url).'"\>';
}

/**
Expand Down

0 comments on commit 0785e04

Please sign in to comment.