This commit is contained in:
2025-02-19 10:21:19 +01:00
parent 4d4d8f1864
commit 894acdf996
5 changed files with 16 additions and 17 deletions

View File

@ -112,7 +112,7 @@ if ($preset && isset($PRESETS[$preset])) {
], false);
}
$inputs['--stylesheet'] = "$BASEDIR/$STYLESHEETSDIR/{$inputs['--stylesheet']}?";
$inputs['--stylesheet'] = "$STYLESHEETSDIR/{$inputs['--stylesheet']}?";
if ($name) $inputs['--stylesheet'] .= "name=$name";
$options = "";