mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-07 20:08:53 +00:00
Update viewonline.php
remove html from php file
This commit is contained in:
parent
4761fef7a8
commit
17c64bada3
1 changed files with 1 additions and 1 deletions
|
@ -443,7 +443,7 @@ while ($row = $db->sql_fetchrow($result))
|
|||
}
|
||||
if ($auth->acl_get('a_'))
|
||||
{
|
||||
$location .= '<br>' . substr($row['session_page'], 0, 99);
|
||||
$location .= nl2br("\n" . substr($row['session_page'], 0, 99));
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Reference in a new issue