diff options
-rw-r--r-- | phpBB/templates/subSilver/modcp_viewip.tpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/templates/subSilver/modcp_viewip.tpl b/phpBB/templates/subSilver/modcp_viewip.tpl index 19749d9494..d03d1b2c97 100644 --- a/phpBB/templates/subSilver/modcp_viewip.tpl +++ b/phpBB/templates/subSilver/modcp_viewip.tpl @@ -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> |