diff options
Diffstat (limited to 'phpBB/templates/subSilver/mcp_post.html')
| -rw-r--r-- | phpBB/templates/subSilver/mcp_post.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/mcp_post.html b/phpBB/templates/subSilver/mcp_post.html index 440de15577..80883acec0 100644 --- a/phpBB/templates/subSilver/mcp_post.html +++ b/phpBB/templates/subSilver/mcp_post.html @@ -37,7 +37,7 @@ <th colspan="2" align="center">{L_IP_INFO}</th> </th> <tr> - <td colspan="2" height="28" class="cat"><span class="gen">{L_OTHER_USERS}</span></td> + <td colspan="2" height="28" class="cat"><b class="gen">{L_OTHER_USERS}</b></td> </tr> <!-- BEGIN userrow --> <!-- IF userrow.S_ROW_COUNT is even --> @@ -50,7 +50,7 @@ </tr> <!-- END userrow --> <tr> - <td height="28" class="cat"><span class="gen">{L_OTHER_IPS}</span></td> + <td height="28" class="cat"><b class="gen">{L_OTHER_IPS}</b></td> <td class="cat" width="10%" nowrap="nowrap"><span class="gen">[ <a href="{U_LOOKUP_ALL}">{L_LOOKUP_ALL}</a> ]</span></td> </tr> <!-- BEGIN iprow --> |
