From 2f3f535a208021d8563d9267b01e763c02a4d18c Mon Sep 17 00:00:00 2001 From: nano Date: Sun, 3 May 2026 16:30:27 +0000 Subject: [PATCH] Make the site more editorial --- app/views/Posts/show.asp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/views/Posts/show.asp b/app/views/Posts/show.asp index e365053..2a3908f 100644 --- a/app/views/Posts/show.asp +++ b/app/views/Posts/show.asp @@ -29,7 +29,7 @@ postBody = Replace(postBody, vbLf, "
") %> -
<%= postBody %>
+
<%= postBody %>
@@ -82,7 +82,7 @@ commentDateText = FormatDateTime(commentItem.CreatedDate, vbLongDate) End If %> -
+
<%= H(commentItem.AuthorName) %>