1
0
mirror of https://github.com/php/web-php.git synced 2026-03-23 23:02:13 +01:00

Combine EOL date and period columns

Closes GH-499.
This commit is contained in:
Steve Desmond
2022-10-21 08:16:12 -04:00
committed by GitHub
parent 7dc9c1a16b
commit 78c8ffeba4

View File

@@ -37,7 +37,7 @@ site_header('Unsupported Branches');
<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 @@ site_header('Unsupported Branches');
<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']); ?>">