Author: Steve Desmond (SteveDesmond-ca) Committer: GitHub (web-flow) Pusher: cmb69 Date: 2022-10-21T14:16:12+02:00
Commit: https://github.com/php/web-php/commit/78c8ffeba4d8e5c44741f1c7a90e38cf35bfa0a1 Raw diff: https://github.com/php/web-php/commit/78c8ffeba4d8e5c44741f1c7a90e38cf35bfa0a1.diff Combine EOL date and period columns Closes GH-499. Changed paths: M eol.php Diff: diff --git a/eol.php b/eol.php index bb51f4a35..56d0f3eca 100644 --- a/eol.php +++ b/eol.php @@ -37,7 +37,7 @@ <thead> <tr> <th>Branch</th> - <th colspan="2">Date</th> + <th>Date</th> <th>Last Release</th> <th>Notes</th> </tr> @@ -51,9 +51,8 @@ <td><?php echo htmlspecialchars($branch); ?></td> <td> <?php echo $eolDate->format('j M Y') ?> - </td> - <td> - <em><?php echo $eolPeriod ?></em> + <br/> + <em>(<?php echo $eolPeriod ?>)</em> </td> <td> <a href="<?php echo htmlspecialchars($detail['link']); ?>"> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php