diff --git a/kit/search.php b/kit/search.php index e5639d5..35d8fa5 100644 --- a/kit/search.php +++ b/kit/search.php @@ -47,7 +47,10 @@ get_header();

- Anzeige der Ergebnisse 1 bis 10 von insgesamt 12 + 1 bis 10 von insgesamt " . $wp_query->found_posts. ""; + ?>

@@ -70,6 +73,7 @@ get_header(); +
diff --git a/kit/style.css b/kit/style.css index 69c80dd..e2bb18e 100644 --- a/kit/style.css +++ b/kit/style.css @@ -4832,7 +4832,7 @@ article > p:first-child { } .tx-indexedsearch .tx-indexedsearch-res .link-more span::after { - content: url(../img/arrow-right-grey.svg); + content: url(img/arrow-right-grey.svg); position: absolute; width: 17px; margin-left: 10px;