From 290d62f849c2f2fc3df5c66c4484144db771b7fa Mon Sep 17 00:00:00 2001 From: "E. S." Date: Wed, 13 Mar 2024 01:29:56 +0000 Subject: [PATCH] fix --- skin/base.phps | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/skin/base.phps b/skin/base.phps index 4720fa1..c5c1d52 100644 --- a/skin/base.phps +++ b/skin/base.phps @@ -170,7 +170,7 @@ function cssLink(string $name, string $theme, &$bname = null): string { function cssPrefetchLink(string $name): string { $url = '/dist-css/'.$name.'.css?'.getStaticVersion('css/'.$name.'.css'); -$integrity = getStaticIntegrityAttribute($name.'.css'); +$integrity = getStaticIntegrityAttribute('css/'.$name.'.css'); return << HTML;