From 1c718872938f562877294cfa0c48177ac6dc9fb2 Mon Sep 17 00:00:00 2001 From: Uwe Steinmann Date: Wed, 7 Oct 2020 18:52:14 +0200 Subject: [PATCH] make box for number of hits of type info --- views/bootstrap/class.Search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/bootstrap/class.Search.php b/views/bootstrap/class.Search.php index b1d41eaaf..59e73e0ea 100644 --- a/views/bootstrap/class.Search.php +++ b/views/bootstrap/class.Search.php @@ -511,7 +511,7 @@ foreach($facets as $facetname=>$values) { } } */ - print "
".getMLText("search_report", array("doccount" => $totaldocs, "foldercount" => $totalfolders, 'searchtime'=>$searchTime))."
"; + print "
".getMLText("search_report", array("doccount" => $totaldocs, "foldercount" => $totalfolders, 'searchtime'=>$searchTime))."
"; $this->pageList($pageNumber, $totalpages, "../out/out.Search.php", $urlparams); // $this->contentContainerStart();