From: Paul Hänsch Date: Tue, 11 Nov 2025 04:55:53 +0000 (+0100) Subject: minor style fix X-Git-Url: https://git.plutz.net/?a=commitdiff_plain;h=579c0df94b24e6827d3f16c70fa55dfad7b16f67;p=shellwiki minor style fix --- 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