From 30801938b215bc47d48bb3afb1b10d5259d7ada4 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Sat, 23 Jan 2021 17:22:18 -0500 Subject: [PATCH] Minor fix --- static/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/index.html b/static/index.html index 7c09c098..eb6a6070 100644 --- a/static/index.html +++ b/static/index.html @@ -314,7 +314,7 @@ + " " + generatePrettyTimeAgo(oldestTimestamp) + " " + "
" - + " Last updated " + generatePrettyTimeAgo(newestTimestamp) + + " " + generatePrettyTimeAgo(newestTimestamp) + "
" + " " + "";