diff --git a/php/top.php b/php/top.php index 4fbd7fe..031350b 100644 --- a/php/top.php +++ b/php/top.php @@ -145,7 +145,7 @@ function replaceTimespanVariable($t) { foreach($result as $res) { echo ''; echo '' . $currentRank . ''; - echo '' . $res['username'] . ''; + echo '' . $res['username'] . ''; echo '' . number_format($res['points'],0) . ''; echo ''; $currentRank++;