|
From: Paul S. O. <ps...@us...> - 2002-03-02 23:44:35
|
Update of /cvsroot/phpbb/phpBB2/templates/subSilver
In directory usw-pr-cvs1:/tmp/cvs-serv29953/templates/subSilver
Modified Files:
modcp_viewip.tpl
Log Message:
Fix a minor style issue
Index: modcp_viewip.tpl
===================================================================
RCS file: /cvsroot/phpbb/phpBB2/templates/subSilver/modcp_viewip.tpl,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -r1.7 -r1.8
*** modcp_viewip.tpl 1 Mar 2002 17:05:21 -0000 1.7
--- modcp_viewip.tpl 2 Mar 2002 23:44:32 -0000 1.8
***************
*** 11,15 ****
</tr>
<tr>
! <td class="cat" height="28"><span class="cattitle"><b>{L_THIS_POST_IP}</b></span></td>
</tr>
<tr>
--- 11,15 ----
</tr>
<tr>
! <td class="catHead" height="28"><span class="cattitle"><b>{L_THIS_POST_IP}</b></span></td>
</tr>
<tr>
***************
*** 25,29 ****
</tr>
<tr>
! <td class="cat" height="28"><span class="cattitle"><b>{L_OTHER_USERS}</b></span></td>
</tr>
<!-- BEGIN userrow -->
--- 25,29 ----
</tr>
<tr>
! <td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_USERS}</b></span></td>
</tr>
<!-- BEGIN userrow -->
***************
*** 41,45 ****
<!-- END userrow -->
<tr>
! <td class="cat" height="28"><span class="cattitle"><b>{L_OTHER_IPS}</b></span></td>
</tr>
<!-- BEGIN iprow -->
--- 41,45 ----
<!-- END userrow -->
<tr>
! <td class="catHead" height="28"><span class="cattitle"><b>{L_OTHER_IPS}</b></span></td>
</tr>
<!-- BEGIN iprow -->
|