Skip to content

Commit 78c8ffe

Browse files
Combine EOL date and period columns
Closes phpGH-499.
1 parent 7dc9c1a commit 78c8ffe

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

eol.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
<thead>
3838
<tr>
3939
<th>Branch</th>
40-
<th colspan="2">Date</th>
40+
<th>Date</th>
4141
<th>Last Release</th>
4242
<th>Notes</th>
4343
</tr>
@@ -51,9 +51,8 @@
5151
<td><?php echo htmlspecialchars($branch); ?></td>
5252
<td>
5353
<?php echo $eolDate->format('j M Y') ?>
54-
</td>
55-
<td>
56-
<em><?php echo $eolPeriod ?></em>
54+
<br/>
55+
<em>(<?php echo $eolPeriod ?>)</em>
5756
</td>
5857
<td>
5958
<a href="<?php echo htmlspecialchars($detail['link']); ?>">

0 commit comments

Comments
 (0)