diff options
Diffstat (limited to 'phpBB/templates/subSilver/viewonline_body.html')
-rw-r--r-- | phpBB/templates/subSilver/viewonline_body.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/templates/subSilver/viewonline_body.html b/phpBB/templates/subSilver/viewonline_body.html index e5b35d170b..fd8ce85052 100644 --- a/phpBB/templates/subSilver/viewonline_body.html +++ b/phpBB/templates/subSilver/viewonline_body.html @@ -26,8 +26,8 @@ <td class="gen" width="40%"> <a href="{reg_user_row.U_FORUM_LOCATION}">{reg_user_row.FORUM_LOCATION}</a> </td> </tr> <!-- END reg_user_row --> - <tr> - <td class="row3" colspan="3" height="1"><img src="images/spacer.gif" width="1" height="1" alt=""></td> + <tr> + <td colspan="3" class="row3"><b class="gensmall">{L_LEGEND} :: {LEGEND}</b></td> </tr> <tr> <td class="cat" colspan="3" height="28"><b class="cattitle">{TOTAL_GUEST_USERS_ONLINE}</b></td> |