From d8d7f0a46c843feaa213dd0aa43b171b65d5a512 Mon Sep 17 00:00:00 2001 From: Menci Date: Thu, 8 Nov 2018 19:36:03 +0800 Subject: [PATCH] Fix article comment show error --- views/article.ejs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/article.ejs b/views/article.ejs index 92b955c..b106c67 100644 --- a/views/article.ejs +++ b/views/article.ejs @@ -63,7 +63,7 @@
<%= syzoj.utils.formatDate(comment.public_time) %>
-
<%- comment.content %>
+
<%- comment.content %>
<% if (comment.allowedEdit) { %>
删除