We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f195c09 commit 7ea6d49Copy full SHA for 7ea6d49
1 file changed
releases/index.php
@@ -93,7 +93,7 @@
93
if (!in_array($major, $active_majors, false)) {
94
echo "\n<br>\n";
95
echo "<p>Support for PHP $major has been <b style=\"color: red;\">discontinued</b> ";
96
- echo "since <b>" . current($a)['date'] . '</b>.';
+ echo "since <b>" . current($a)['date'] . '</b>. ';
97
echo "Please consider upgrading to $latest.</p>\n";
98
}
99
0 commit comments