From ca74af7ef521c95a0827216cb4084832ae401f48 Mon Sep 17 00:00:00 2001 From: Lanta Date: Tue, 28 Nov 2023 10:23:03 +0100 Subject: [PATCH] tables --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index a763870..dda75e3 100644 --- a/index.php +++ b/index.php @@ -123,7 +123,7 @@ $lastMatches = array_slice($allMatches, 0, 8); if ($key == 'updated') { continue; } - echo "" . htmlspecialchars($key) . "" . htmlspecialchars($value) . ""; + echo "" . htmlspecialchars($key) . "" . htmlspecialchars($value) . ""; } echo ""; } else {