We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33d97be commit 3c99682Copy full SHA for 3c99682
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