parent
b099c28861
commit
f0b470870a
|
@ -10,8 +10,8 @@
|
|||
<?php endif ?>
|
||||
|
||||
<div class="content">
|
||||
<?php if (empty($comments)): ?>
|
||||
<?= $this->translate('No comments matching the filter') ?>
|
||||
<?php if (count($comments) === 0): ?>
|
||||
<?= $this->translate('No comments matching the filter'); ?>
|
||||
</div>
|
||||
<?php return; endif ?>
|
||||
|
||||
|
|
Loading…
Reference in New Issue