[ticket/12063] Remove obsolete valign attributes from tr tags

PHPBB3-12063
This commit is contained in:
Matt Friedman 2013-12-05 16:25:51 -08:00
parent 7f08a33b9f
commit 88aa7b88a4
2 changed files with 2 additions and 2 deletions

View file

@ -71,7 +71,7 @@
</thead>
<tbody>
<!-- BEGIN token -->
<tr valign="top">
<tr>
<td class="row1">{token.TOKEN}</td>
<td class="row2">{token.EXPLAIN}</td>
</tr>

View file

@ -73,7 +73,7 @@
<td align="center"><b class="postauthor">{postrow.POST_AUTHOR_FULL}</b></td>
<td width="100%">
<table width="100%" cellspacing="0" cellpadding="0" border="0">
<tr valign="top">
<tr>
<td class="gensmall" nowrap="nowrap">&nbsp;<b>{L_POST_SUBJECT}{L_COLON}</b>&nbsp;</td>
<td class="gensmall" width="100%">{postrow.POST_SUBJECT}</td>
</tr>