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) %>