From bf2558253637537c2d57765e557bdc0e164c58ee Mon Sep 17 00:00:00 2001 From: Minteck Date: Wed, 22 Feb 2023 10:29:48 +0100 Subject: Updated 23 files, added assets/uploads/pt-princesscelestia.png and renamed assets/uploads/pt-luna.png (automated) --- includes/system/history.inc | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) (limited to 'includes/system/history.inc') diff --git a/includes/system/history.inc b/includes/system/history.inc index b66b8c4..ee7f762 100644 --- a/includes/system/history.inc +++ b/includes/system/history.inc @@ -56,10 +56,9 @@ function getMember(string $id) { $original = str_replace("Sat", "Sam.", $original); $original = str_replace("Sun", "Dim.", $original); - return $original; - } else { - return $original; } + + return $original; } function getSwitchesForDay(int $day) { @@ -145,8 +144,8 @@ function getMember(string $id) { " style="width:24px;"> 1): ?> - ( - ">" style="width:24px;"> , ">" style="width:24px;"> , ">" style="width:24px;"> ) + and + ">" style="width:24px;"> , ">" style="width:24px;"> , ">" style="width:24px;"> -- cgit