mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-10 13:28:55 +00:00
Fix doubled nowrap
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@2504 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
23e3c0a1a7
commit
a4fd9a998d
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@
|
|||
<table width="100%" cellspacing="2" cellpadding="2" border="0" align="center">
|
||||
<tr>
|
||||
<td align="left" valign="bottom" colspan="2"><a class="maintitle" href="{U_VIEW_FORUM}">{FORUM_NAME}</a><br /><span class="gensmall"><b>{L_MODERATOR}: {MODERATORS}<br /><br />{LOGGED_IN_USER_LIST}</b></span></td>
|
||||
<td align="right" valign="bottom" nowrap><span class="gensmall"><b>{PAGINATION}</b></span></td>
|
||||
<td align="right" valign="bottom" nowrap="nowrap"><span class="gensmall"><b>{PAGINATION}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td align="left" valign="middle" width="50"><a href="{U_POST_NEW_TOPIC}"><img src="{POST_IMG}" border="0" alt="{L_POST_NEW_TOPIC}" /></a></td>
|
||||
|
@ -18,7 +18,7 @@
|
|||
<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>
|
||||
<th align="center" class="thCornerR" nowrap="nowrap"> {L_LASTPOST} </th>
|
||||
</tr>
|
||||
<!-- BEGIN topicrow -->
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue