mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Incorrect HTML
git-svn-id: file:///svn/phpbb/trunk@2475 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
7e364294c8
commit
324bfbcfae
1 changed files with 1 additions and 1 deletions
|
@ -126,7 +126,7 @@ while ( $row = $db->sql_fetchrow($result) )
|
|||
$view_online = ( $userdata['user_level'] == ADMIN ) ? true : false;
|
||||
$hidden_users++;
|
||||
|
||||
$username = '<i>' . $username . '<i>';
|
||||
$username = '<i>' . $username . '</i>';
|
||||
}
|
||||
else
|
||||
{
|
||||
|
|
Loading…
Add table
Reference in a new issue