mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
Fix a minor style issue
git-svn-id: file:///svn/phpbb/trunk@2252 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
9384c3762c
commit
7f655ad1c9
1 changed files with 3 additions and 3 deletions
|
@ -10,7 +10,7 @@
|
|||
<th height="25" class="thHead">{L_IP_INFO}</th>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" height="28"><span class="cattitle"><b>{L_THIS_POST_IP}</b></span></td>
|
||||
<td class="catHead" height="28"><span class="cattitle"><b>{L_THIS_POST_IP}</b></span></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1">
|
||||
|
@ -24,7 +24,7 @@
|
|||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="cat" height="28"><span class="cattitle"><b>{L_OTHER_USERS}</b></span></td>
|
||||
<td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_USERS}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN userrow -->
|
||||
<tr>
|
||||
|
@ -40,7 +40,7 @@
|
|||
</tr>
|
||||
<!-- END userrow -->
|
||||
<tr>
|
||||
<td class="cat" height="28"><span class="cattitle"><b>{L_OTHER_IPS}</b></span></td>
|
||||
<td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_IPS}</b></span></td>
|
||||
</tr>
|
||||
<!-- BEGIN iprow -->
|
||||
<tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue