From 23b04cfdac9cb8af383058465a9749e0e0e318a7 Mon Sep 17 00:00:00 2001 From: biglyderv Date: Mon, 3 Mar 2025 11:35:22 -0500 Subject: [PATCH] actually nvm that will break things --- views/comment.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/comment.ejs b/views/comment.ejs index b442a84..bbb7c32 100644 --- a/views/comment.ejs +++ b/views/comment.ejs @@ -23,7 +23,7 @@ <% } else if (contentN[0] == 'link') { %> <%= contentN[1] %> - <% } else if (contentN[0][0] != ' ') { %> + <% } else if (contentN[0].replaceAll(' ','').length > 0) { %> <%= contentN[0] %> <% } } %>