Vergleich showteam.php - 1.8.5 - 1.8.15
Zeile 124 | Zeile 124 |
---|---|
$bgcolor = ''; |
$bgcolor = ''; |
$user['username'] = format_name($user['username'], $user['usergroup'], $user['displaygroup']); | $user['username'] = format_name(htmlspecialchars_uni($user['username']), $user['usergroup'], $user['displaygroup']); |
$user['profilelink'] = get_profile_link($user['uid']); | $user['profilelink'] = get_profile_link($user['uid']); |