mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-12 12:41:30 +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>
|
</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'));
|
||||||
|
|
Loading…
Reference in New Issue
Block a user