missing whitespace

This commit is contained in:
fgsfds 2025-08-25 16:25:02 +05:00
parent f0a32f207d
commit 4b79ab9487
No known key found for this signature in database
GPG key ID: 264C1B9113012917

View file

@ -678,7 +678,7 @@
let logEntryCutoffIndex = 1;
if(parts.length >= 10) {
if (parts.length >= 10) {
const dateTime = `<b>${parts[0]} ${parts[1]}</b>`;
const from = `<b>${parts[3]}</b>`;
const to = `<b>${parts[5].replace(/^\/+/, "")}</b>`;