From 4b79ab94875e78415572dc587d9bf35eb5bf9ae8 Mon Sep 17 00:00:00 2001 From: fgsfds <4870330+fgsfds@users.noreply.github.com> Date: Mon, 25 Aug 2025 16:25:02 +0500 Subject: [PATCH] missing whitespace --- web/html/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/html/index.html b/web/html/index.html index 3fddda78..bab0de59 100644 --- a/web/html/index.html +++ b/web/html/index.html @@ -678,7 +678,7 @@ let logEntryCutoffIndex = 1; - if(parts.length >= 10) { + if (parts.length >= 10) { const dateTime = `${parts[0]} ${parts[1]}`; const from = `${parts[3]}`; const to = `${parts[5].replace(/^\/+/, "")}`;