Update comment.xml

This commit is contained in:
n1rwana 2023-08-11 17:14:05 +03:00
parent fc28b99321
commit 3fb0edde0b
No known key found for this signature in database
GPG key ID: 184A60085ABF17D8

View file

@ -61,6 +61,7 @@
{php $target = "topic"} {php $target = "topic"}
{/if} {/if}
<span n:if="$compact ?? false">
|&nbsp;<a |&nbsp;<a
{if is_null($linkW)} {if is_null($linkW)}
href="#_comment{$comment->getId()}" href="#_comment{$comment->getId()}"
@ -69,6 +70,7 @@
{/if} {/if}
class="date" class="date"
>{$comment->getPublicationTime()}</a> >{$comment->getPublicationTime()}</a>
</span>
</div> </div>
</div> </div>
</td> </td>