From a2df9a69dcc14cb70118cda2ded499055e7ee358 Mon Sep 17 00:00:00 2001 From: Minteck Date: Sun, 21 Aug 2022 17:31:56 +0200 Subject: m. update --- includes/system.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'includes/system.php') diff --git a/includes/system.php b/includes/system.php index 606d63d..059eed7 100644 --- a/includes/system.php +++ b/includes/system.php @@ -39,7 +39,7 @@ function timeAgo($time): string { $difference = round($difference); $period = $periods[$j] . ($difference >1 ? "s" :''); - return "{$difference} {$period} {$tense} "; + return "{$difference} {$period} {$tense}"; } ?> @@ -51,9 +51,9 @@ function timeAgo($time): string {
- (edit) + (edit) - +
-- cgit