diff options
Diffstat (limited to 'phpBB/templates/subSilver/viewonline_body.html')
-rw-r--r-- | phpBB/templates/subSilver/viewonline_body.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/templates/subSilver/viewonline_body.html b/phpBB/templates/subSilver/viewonline_body.html index 4f0274ae70..0829ef67ea 100644 --- a/phpBB/templates/subSilver/viewonline_body.html +++ b/phpBB/templates/subSilver/viewonline_body.html @@ -8,7 +8,7 @@ <table class="tablebg" width="100%" cellpadding="2" cellspacing="1" border="0"> <tr> - <th width="35%" height="25"> {L_USERNAME} </th> + <th width="35%" height="28"> {L_USERNAME} </th> <th width="25%"> {L_LAST_UPDATED} </th> <th width="40%"> {L_FORUM_LOCATION} </th> </tr> |