Fix notes list

This commit is contained in:
lalka2018 2023-10-28 14:28:19 +03:00
parent 390b4f6c24
commit e2dee72c69

View file

@ -90,7 +90,7 @@
<div class="comments_count"> <div class="comments_count">
<a href="/note{$dat->getPrettyId()}"> <a href="/note{$dat->getPrettyId()}">
{if sizeof($dat->getCommentsCount()) > 0} {if $dat->getCommentsCount() > 0}
{_comments} ({$dat->getCommentsCount()}) {_comments} ({$dat->getCommentsCount()})
{else} {else}
{_no_comments} {_no_comments}