c229839f2b 보완 모바일 페이지에도 적용

This commit is contained in:
Johnny 2024-03-30 14:05:28 +09:00
parent c229839f2b
commit f334a3e6e1

View file

@ -4,7 +4,7 @@
<ul class="lt">
<li loop="$comment_list => $no,$comment">
<a href="{getUrl('','document_srl',$comment->document_srl)}#comment_{$comment->comment_srl}" target="_blank">
{$comment->getSummary() ?: $lang->msg_no_text_comment}
{$comment->getSummary() === "0" ? "0" : ($comment->getSummary() ?: $lang->msg_no_text_comment)}
<span class="memberInfo">{$comment->getRegdate("Y-m-d")}</span>
</a>
</li>