From 195e7ced8dba422e835d61a174508e14ca48b019 Mon Sep 17 00:00:00 2001 From: Ismael Martinez Cisternas Date: Tue, 26 Aug 2025 14:24:23 -0400 Subject: [PATCH] fix: adds trailing space --- releases/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/releases/index.php b/releases/index.php index 19babea341..c90c4b3b59 100644 --- a/releases/index.php +++ b/releases/index.php @@ -93,7 +93,7 @@ if (!in_array($major, $active_majors, false)) { echo "\n
\n"; echo "

Support for PHP $major has been discontinued "; - echo "since " . current($a)['date'] . '.'; + echo "since " . current($a)['date'] . '. '; echo "Please consider upgrading to $latest.

\n"; }