diff options
author | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-02 23:44:32 +0000 |
---|---|---|
committer | Paul S. Owen <psotfx@users.sourceforge.net> | 2002-03-02 23:44:32 +0000 |
commit | 7f655ad1c92783f7391752848f278179970c71d3 (patch) | |
tree | ffd32f1ae002bb19e9f59608f59fa0ac05522653 /phpBB/templates | |
parent | 9384c3762c464f7561d142c894d755c923d9a44d (diff) | |
download | forums-7f655ad1c92783f7391752848f278179970c71d3.tar forums-7f655ad1c92783f7391752848f278179970c71d3.tar.gz forums-7f655ad1c92783f7391752848f278179970c71d3.tar.bz2 forums-7f655ad1c92783f7391752848f278179970c71d3.tar.xz forums-7f655ad1c92783f7391752848f278179970c71d3.zip |
Fix a minor style issue
git-svn-id: file:///svn/phpbb/trunk@2252 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/templates')
-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> |