Skip to content

Commit

Permalink
[Bugfix] Fixed a bug with amount of real estate not being displayed i…
Browse files Browse the repository at this point in the history
…n contao 4.9.24
  • Loading branch information
zoglo committed Jan 11, 2022
1 parent 97d862b commit 6a7a087
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<?php $this->block('content'); ?>
<?php if ($this->addCountLabel): ?>
<div class="result-count">
<?= $this->Template->labelObjectsFound ?>
<?= $this->labelObjectsFound ?>
</div>
<?php endif; ?>
<?php if ($this->addSorting): ?>
Expand Down

0 comments on commit 6a7a087

Please sign in to comment.