Fix stylesheet hash
This commit is contained in:
parent
3b0f130c0f
commit
b01d2933e3
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue