diff options
Diffstat (limited to 'phpBB/templates/subSilver/viewforum_body.tpl')
-rw-r--r-- | phpBB/templates/subSilver/viewforum_body.tpl | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/phpBB/templates/subSilver/viewforum_body.tpl b/phpBB/templates/subSilver/viewforum_body.tpl index 2b0514f5cc..0d1ee12f72 100644 --- a/phpBB/templates/subSilver/viewforum_body.tpl +++ b/phpBB/templates/subSilver/viewforum_body.tpl @@ -14,11 +14,11 @@ <table border="0" cellpadding="4" cellspacing="1" width="100%" class="forumline"> <tr> - <th colspan="2" align="center" height="25" class="thCornerL"> {L_TOPICS} </th> - <th width="50" align="center" class="thTop"> {L_REPLIES} </th> - <th width="100" align="center" class="thTop"> {L_AUTHOR} </th> - <th width="50" align="center" class="thTop"> {L_VIEWS} </th> - <th align="center" nowrap="nowrap" class="thCornerR"> {L_LASTPOST} </th> + <th colspan="2" align="center" height="25" class="thCornerL" nowrap="nowrap"> {L_TOPICS} </th> + <th width="50" align="center" class="thTop" nowrap="nowrap"> {L_REPLIES} </th> + <th width="100" align="center" class="thTop" nowrap="nowrap"> {L_AUTHOR} </th> + <th width="50" align="center" class="thTop" nowrap="nowrap"> {L_VIEWS} </th> + <th align="center" nowrap="nowrap" class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th> </tr> <!-- BEGIN topicrow --> <tr> |