From 579c0df94b24e6827d3f16c70fa55dfad7b16f67 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Paul=20H=C3=A4nsch?= Date: Tue, 11 Nov 2025 05:55:53 +0100 Subject: [PATCH] minor style fix --- themes/default.sh | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/themes/default.sh b/themes/default.sh index 5ebbd0e..8324bb2 100755 --- a/themes/default.sh +++ b/themes/default.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Copyright 2022 - 2024 Paul Hänsch +# Copyright 2022 - 2025 Paul Hänsch # # Permission to use, copy, modify, and/or distribute this software for any # purpose with or without fee is hereby granted, provided that the above @@ -18,8 +18,12 @@ theme_head(){ local IFS="$BR" + # ' for css in "$_BASE/%5B.%5D/cgilite/common.css" "$_BASE/%5B.%5D/themes/default.css" $PAGE_CSS; do -- 2.39.5