From 8237a2202954b95c63c181095f5475eb6cebeaab Mon Sep 17 00:00:00 2001 From: Shish Date: Mon, 8 Jan 2024 20:12:45 +0000 Subject: [PATCH] -: --- ext/upload/theme.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/upload/theme.php b/ext/upload/theme.php index 20ea715f..5e85ee70 100644 --- a/ext/upload/theme.php +++ b/ext/upload/theme.php @@ -71,7 +71,7 @@ class UploadTheme extends Themelet $max_size > 0 ? "File limit $max_kb" : null, $max_size > 0 && $max_total_size > 0 ? " / " : null, $max_total_size > 0 ? "Total limit $max_total_kb" : null, - " / Current total: ", + " / Current total ", SPAN(["id" => "upload_size_tracker"], "0KB"), ")" ),