diff --git a/Web/Presenters/SearchPresenter.php b/Web/Presenters/SearchPresenter.php index 72c34e895..a7f3f1518 100644 --- a/Web/Presenters/SearchPresenter.php +++ b/Web/Presenters/SearchPresenter.php @@ -124,6 +124,6 @@ function renderIndex(): void 'pageCount' => ceil($count / $this->template->perPage), ]; $this->template->extendedPaginatorConf = clone $this->template->paginatorConf; - $this->template->extendedPaginatorConf->space = 12; + $this->template->extendedPaginatorConf->space = 11; } } diff --git a/Web/Presenters/templates/Search/Index.xml b/Web/Presenters/templates/Search/Index.xml index 8979b842f..6cbf1036f 100644 --- a/Web/Presenters/templates/Search/Index.xml +++ b/Web/Presenters/templates/Search/Index.xml @@ -32,13 +32,13 @@
- + |
@@ -128,13 +128,13 @@
highlightText({$query}, '.page_wrap_content_main', ['text'])
{elseif $section === 'groups'}
-
+
|