mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-31 22:10:45 +02:00
Merge remote-tracking branch 'vsephpbb/ticket/12063' into develop
* vsephpbb/ticket/12063: [ticket/12063] Use CSS to replace valign=top [ticket/12063] Remove obsolete valign attributes from tr tags
This commit is contained in:
@@ -71,7 +71,7 @@
|
||||
</thead>
|
||||
<tbody>
|
||||
<!-- BEGIN token -->
|
||||
<tr valign="top">
|
||||
<tr style="vertical-align: top;">
|
||||
<td class="row1">{token.TOKEN}</td>
|
||||
<td class="row2">{token.EXPLAIN}</td>
|
||||
</tr>
|
||||
|
Reference in New Issue
Block a user