From c229839f2b09ee98f002c45631dc6b2aa3b75e9b Mon Sep 17 00:00:00 2001 From: Johnny Date: Sat, 30 Mar 2024 13:58:12 +0900 Subject: [PATCH] =?UTF-8?q?=EB=8C=93=EA=B8=80=20=EB=82=B4=EC=9A=A9?= =?UTF-8?q?=EC=9D=B4=200=20=EC=9D=B4=EB=9D=BC=EA=B3=A0=20=EC=A0=81?= =?UTF-8?q?=EC=97=88=EC=9D=84=EB=95=8C=20=EA=B8=80=EC=9E=90=EA=B0=80=20?= =?UTF-8?q?=EC=97=86=EB=8A=94=20=EB=8C=93=EA=B8=80=EC=9D=B4=EB=9D=BC?= =?UTF-8?q?=EA=B3=A0=20=EB=9C=A8=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=EA=B3=A0?= =?UTF-8?q?=EC=B9=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- modules/member/skins/default/comment_list.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/modules/member/skins/default/comment_list.html b/modules/member/skins/default/comment_list.html index eef3624b3..9ad9cb4e9 100644 --- a/modules/member/skins/default/comment_list.html +++ b/modules/member/skins/default/comment_list.html @@ -15,7 +15,9 @@ {$no} - {$comment->getSummary() ?: $lang->msg_no_text_comment} + + {$comment->getSummary() === "0" ? "0" : ($comment->getSummary() ?: $lang->msg_no_text_comment)} + {$comment->getRegdate("Y-m-d")} @@ -29,7 +31,7 @@