pub / yt2html

Fetches Youtube content via RSS and provides a chronological timeline
git clone https://src.jayvii.de/pub/yt2html.git
Home | Log | Files | Exports | Refs | README | RSS

commit ea9b8df23a250164dffbfaea4e13cfc578130fc9
parent 376ddf37289f000e0ad7f6550aad019f78e639a3
Author: JayVii <jayvii[AT]posteo[DOT]de>
Date:   Mon, 11 Nov 2024 18:59:30 +0100

fix: use correct indention

Diffstat:
Mindex.php | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/index.php b/index.php @@ -64,8 +64,8 @@ $channels = explode(",", $_GET["channels"]); } - // Sort channels by alphabet and ensure each channel is unique - $channels = array_unique($channels); + // Sort channels by alphabet and ensure each channel is unique + $channels = array_unique($channels); /* refresh cookie */ if (is_null($_GET["channels"])) {