From 23add8897b45e6bcd7266a2d3e1ddc262bbc8998 Mon Sep 17 00:00:00 2001 From: deadvey Date: Thu, 9 Oct 2025 14:30:48 +0100 Subject: [PATCH] divs to spans because correct html --- views/partials/comment.ejs | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/views/partials/comment.ejs b/views/partials/comment.ejs index eec128f..ab7793e 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) %> -
-
+ + No. <%= postID %>-<%= comment.id %>:
-
-
+ + <%- func.render_comment(comment.content) %> -
+