fixed bug, caused by string close prematurely
authorMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 11:28:43 +0000 (12:28 +0100)
committerMatthewOwens <matthew@owens.tech>
Tue, 21 Jul 2020 11:28:43 +0000 (12:28 +0100)
scripts/posts.awk

index c789874..d9593f4 100644 (file)
@@ -12,5 +12,5 @@ BEGIN {
 }
 
 END {
-       print "</div">
+       print "</div>"
 }