Merge branch 'seeddms-5.1.x' into seeddms-6.0.x

This commit is contained in:
Uwe Steinmann 2021-06-14 17:24:10 +02:00
commit fbc3be64a2

View File

@ -631,6 +631,9 @@ foreach($facets as $facetname=>$values) {
?> ?>
</div> </div>
<?php <?php
if($this->query) {
echo "</div>\n";
}
$this->columnEnd(); $this->columnEnd();
$this->columnStart(8); $this->columnStart(8);
$this->contentHeading(getMLText('search_results')); $this->contentHeading(getMLText('search_results'));