diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/mcp_front.html')
| -rw-r--r-- | phpBB/styles/subSilver/template/mcp_front.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/styles/subSilver/template/mcp_front.html b/phpBB/styles/subSilver/template/mcp_front.html index f479983bb7..ed52a5dc00 100644 --- a/phpBB/styles/subSilver/template/mcp_front.html +++ b/phpBB/styles/subSilver/template/mcp_front.html @@ -41,7 +41,7 @@ <td class="row3" colspan="5" align="center"><b class="gen">{L_LATEST_REPORTED}</b></td> </tr> <tr> - <th height="28"> {L_FORUM} </th> + <th> {L_FORUM} </th> <th> {L_TOPIC} </th> <th> {L_SUBJECT} </th> <th> {L_REPORTER} </th> @@ -76,7 +76,7 @@ <td class="row3" colspan="5" align="center"><b class="gen">{L_LATEST_LOGS}</b></td> </tr> <tr> - <th width="15%" height="28" nowrap="nowrap">{L_USERNAME}</th> + <th width="15%" nowrap="nowrap">{L_USERNAME}</th> <th width="12%" nowrap="nowrap">{L_IP}</th> <th width="45%" nowrap="nowrap">{L_ACTION}</th> <th nowrap="nowrap"></th> |
