From: MatthewOwens Date: Tue, 21 Jul 2020 11:28:43 +0000 (+0100) Subject: fixed bug, caused by string close prematurely X-Git-Url: https://git.owens.tech/style.css/style.css/git?a=commitdiff_plain;h=2a586e8a342d3bac15adc742d3633acc3723bf83;p=website.git fixed bug, caused by string close prematurely --- diff --git a/scripts/posts.awk b/scripts/posts.awk index c789874..d9593f4 100644 --- a/scripts/posts.awk +++ b/scripts/posts.awk @@ -12,5 +12,5 @@ BEGIN { } END { - print " + print "" }