fix html for unfolding search form

This commit is contained in:
Uwe Steinmann 2021-06-14 17:23:42 +02:00
parent 59130d1756
commit 22c4649d27

View File

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