diff options
Diffstat (limited to 'phpBB/styles/subSilver/template/index_body.html')
-rw-r--r-- | phpBB/styles/subSilver/template/index_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/styles/subSilver/template/index_body.html b/phpBB/styles/subSilver/template/index_body.html index 90d73fc5bc..98de8a68ed 100644 --- a/phpBB/styles/subSilver/template/index_body.html +++ b/phpBB/styles/subSilver/template/index_body.html @@ -13,7 +13,7 @@ <table class="tablebg" width="95%" cellspacing="1" cellpadding="4" border="0" align="center"> <tr> - <th colspan="2" height="28" nowrap="nowrap"> {L_FORUM} </th> + <th colspan="2" nowrap="nowrap"> {L_FORUM} </th> <th width="50" nowrap="nowrap"> {L_TOPICS} </th> <th width="50" nowrap="nowrap"> {L_POSTS} </th> <th nowrap="nowrap"> {L_LAST_POST} </th> |