From 84a34d94f3796c03f09f0e7c4f452bc65eccc69d Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 9 Oct 2025 14:28:51 +0100 Subject: [PATCH] removed newlines from comments ejs --- views/partials/comment.ejs | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/views/partials/comment.ejs b/views/partials/comment.ejs index 5855f03..eec128f 100644 --- a/views/partials/comment.ejs +++ b/views/partials/comment.ejs @@ -1,14 +1,14 @@ -
+
<%= comment.name %>
-
+
<%= func.unix_time_to_date_format(comment.pubdate) %>
-
+ -
+
<%- func.render_comment(comment.content) %>