Skip to content

Commit 3c99682

Browse files
Releases: add missing space to discontinued major versions (php#1357)
1 parent 33d97be commit 3c99682

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

releases/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
if (!in_array($major, $active_majors, false)) {
9494
echo "\n<br>\n";
9595
echo "<p>Support for PHP $major has been <b style=\"color: red;\">discontinued</b> ";
96-
echo "since <b>" . current($a)['date'] . '</b>.';
96+
echo "since <b>" . current($a)['date'] . '</b>. ';
9797
echo "Please consider upgrading to $latest.</p>\n";
9898
}
9999

0 commit comments

Comments
 (0)