Skip to content

Commit

Permalink
Combine EOL date and period columns
Browse files Browse the repository at this point in the history
Closes GH-499.
  • Loading branch information
SteveDesmond-ca authored Oct 21, 2022
1 parent 7dc9c1a commit 78c8ffe
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions eol.php
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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']); ?>">
Expand Down

0 comments on commit 78c8ffe

Please sign in to comment.