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"; }