From 22c4649d277e81fd9eb7db8f619b06bf99a794d3 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Mon, 14 Jun 2021 17:23:42 +0200 Subject: [PATCH] fix html for unfolding search form --- views/bootstrap/class.Search.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index 77f96887b..1cde6daee 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -525,6 +525,9 @@ foreach($facets as $facetname=>$values) { ?> query) { + echo "\n"; + } $this->columnEnd(); $this->columnStart(8); $this->contentHeading(getMLText('search_results'));