From dfa10011251dfa19cf7b168b92777665e382fcc0 Mon Sep 17 00:00:00 2001 From: ruibaby Date: Thu, 7 Mar 2019 10:21:42 +0800 Subject: [PATCH] :bug: fixed comment manage page error --- src/main/resources/templates/admin/admin_comment.ftl | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/main/resources/templates/admin/admin_comment.ftl b/src/main/resources/templates/admin/admin_comment.ftl index 73126b5aa..b272f8b28 100755 --- a/src/main/resources/templates/admin/admin_comment.ftl +++ b/src/main/resources/templates/admin/admin_comment.ftl @@ -50,13 +50,13 @@ <#if comments.content?size gt 0> <#list comments.content as comment> - ${comment.commentAuthor} -

${comment.commentContent}

+ ${comment.commentAuthor!} +

${comment.commentContent!}

<#if comment.post.postType == "post"> - ${comment.post.postTitle} + ${comment.post.postTitle!} <#else > - ${comment.post.postTitle} + ${comment.post.postTitle!} ${comment.commentDate?string('yyyy-MM-dd HH:mm')}