Skip to content

Commit

Permalink
Fix stylesheet hash
Browse files Browse the repository at this point in the history
  • Loading branch information
grandeljay committed Dec 1, 2022
1 parent 3b0f130 commit b01d293
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/classes/page.php
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,7 @@ public function header(): void
}

foreach ($this->stylesheets as $stylesheet_filepath) {
$hash = crc32($stylesheet_filepath);
$hash = hash_file('crc32', $stylesheet_filepath);
?>
<link rel="stylesheet"
type="text/css"
Expand Down

0 comments on commit b01d293

Please sign in to comment.