From 861df4f98db7c8a87fd11f9081b0c8c6d6d40f29 Mon Sep 17 00:00:00 2001 From: yum Date: Fri, 12 Jul 2024 15:53:19 -0700 Subject: Fix spacing in browser source --- BrowserSource/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/BrowserSource/index.html b/BrowserSource/index.html index 216e013..d677eb6 100644 --- a/BrowserSource/index.html +++ b/BrowserSource/index.html @@ -82,7 +82,7 @@ let opacity = 1.0 - (age - min_age_s) / (max_age_s - min_age_s); opacity = Math.max(0, opacity); opacity = Math.min(1, opacity); - transcriptHtml += `${commit.delta}`; + transcriptHtml += `${commit.delta.trim() + ' '}`; }); // Append the preview with full opacity if it exists -- cgit v1.2.3