Browse Source

missing whitespace

fgsfds 2 weeks ago
parent
commit
4b79ab9487
1 changed files with 1 additions and 1 deletions
  1. 1 1
      web/html/index.html

+ 1 - 1
web/html/index.html

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