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(/^\/+/, "")}`;