Author: Ismael Martinez Cisternas (ismaelmartinezc) Committer: GitHub (web-flow) Pusher: DanielEScherzer Date: 2025-08-26T11:46:06-07:00
Commit: https://github.com/php/web-php/commit/3c9968262588189973d7df16836a4e7f1ac9158a Raw diff: https://github.com/php/web-php/commit/3c9968262588189973d7df16836a4e7f1ac9158a.diff Releases: add missing space to discontinued major versions (#1357) Changed paths: M releases/index.php Diff: 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<br>\n"; echo "<p>Support for PHP $major has been <b style=\"color: red;\">discontinued</b> "; - echo "since <b>" . current($a)['date'] . '</b>.'; + echo "since <b>" . current($a)['date'] . '</b>. '; echo "Please consider upgrading to $latest.</p>\n"; }