Fix stylesheet hash

This commit is contained in:
grandeljay 2022-12-01 16:59:45 +01:00
parent 3b0f130c0f
commit b01d2933e3

View file

@ -309,7 +309,7 @@ class Page
}
foreach ($this->stylesheets as $stylesheet_filepath) {
$hash = crc32($stylesheet_filepath);
$hash = hash_file('crc32', $stylesheet_filepath);
?>
<link rel="stylesheet"
type="text/css"