From 870ef39b8c368464b6f5a0d1c05175f4c6bdf931 Mon Sep 17 00:00:00 2001 From: Hubert Kasperek <82332291+Hukasx0@users.noreply.github.com> Date: Tue, 2 May 2023 19:07:16 +0200 Subject: [PATCH] Fixed 'no space between attributes' Found by the HTML validator --- search.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/search.php b/search.php index ad5ea74..cca10c3 100644 --- a/search.php +++ b/search.php @@ -48,7 +48,7 @@ continue; } - echo "\""" . ucfirst($category) . ""; + echo "\""" . ucfirst($category) . ""; } ?>