From 5e34de51eca939213b91469c551272d5d8fca7bf Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar Date: Tue, 28 Nov 2023 09:41:42 +0100 Subject: [PATCH] s --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index ac5d431..d4cb271 100644 --- a/index.php +++ b/index.php @@ -116,7 +116,7 @@ $lastMatches = array_slice($allMatches, 0, 8); } else { //print_r('test2'); - echo "name" . htmlspecialchars($value) . "N/AN/AN/A"; + echo "name" . htmlspecialchars($value) . ""; } }