From 6bcb181cb172ea15e53648dde2a14c749365b711 Mon Sep 17 00:00:00 2001 From: teddit Date: Fri, 16 Apr 2021 22:08:55 +0200 Subject: [PATCH] fix edited dates on replies (ref pr #106) --- inc/compilePostComments.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inc/compilePostComments.js b/inc/compilePostComments.js index 645edeb..0fecde6 100644 --- a/inc/compilePostComments.js +++ b/inc/compilePostComments.js @@ -166,7 +166,7 @@ module.exports = function() { ups = `${kFormatter(comment.ups)} points` } if(comment.edited) { - edited_span = `*` + edited_span = `*` } if(comment.controversiality > 0) { controversial_span = ``