diff --git a/phpBB/viewonline.php b/phpBB/viewonline.php index 4022522da2..d88ab490de 100644 --- a/phpBB/viewonline.php +++ b/phpBB/viewonline.php @@ -443,7 +443,7 @@ while ($row = $db->sql_fetchrow($result)) } if ($auth->acl_get('a_')) { - $location .= '
' . substr($row['session_page'], 0, 99); + $location .= nl2br("\n" . substr($row['session_page'], 0, 99)); } /**