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')}