From c76fa755a3d634d160cccc0ce62a74f207816a60 Mon Sep 17 00:00:00 2001 From: Ahwx Date: Fri, 17 Feb 2023 16:15:04 +0100 Subject: [PATCH] search page optimizations --- search.php | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/search.php b/search.php index 2d75be4..15f42e4 100644 --- a/search.php +++ b/search.php @@ -47,9 +47,7 @@ $search = function($query) use($baseurl) }; $images = $search("$query"); -echo "

"; -echo "
"; -print(count($images)." images found"); +echo "



"; include "misc/footer.php";