mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 04:31:32 +00:00
fix html for unfolding search form
This commit is contained in:
parent
59130d1756
commit
22c4649d27
|
@ -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'));
|
||||
|
|
Loading…
Reference in New Issue
Block a user