Skip to content

Commit 7ea6d49

Browse files
ismaelmartinezcmarcosmarcolin
authored andcommitted
Releases: add missing space to discontinued major versions (php#1357)
1 parent f195c09 commit 7ea6d49

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)