From 2b865f0980141b7497dcebfac57d8565635ebf00 Mon Sep 17 00:00:00 2001 From: Thijs Stobbelaar 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 {