From 42f2b864a215e829e9ec179fe4da69822c352a45 Mon Sep 17 00:00:00 2001 From: Isaac Shoebottom Date: Thu, 3 Oct 2024 09:13:54 -0300 Subject: [PATCH] Fix how table is displayed --- index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/index.html b/index.html index 369b1a4..9172a8b 100644 --- a/index.html +++ b/index.html @@ -51,19 +51,19 @@ {{end}} - {{ range .Timestamps}} + {{ range .Timestamps}} + {{end}}
Taken Ends Has Ended
{{ index . 0}} {{ index . 1}} {{ index . 2}}
- {{end}}