diff options
-rw-r--r-- | include/functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/functions.php b/include/functions.php index fafcf36..f8a0da4 100644 --- a/include/functions.php +++ b/include/functions.php @@ -1041,7 +1041,7 @@ function format_score_table_html($score,$userid) $output = "<div class=\"scoretable\">\n<table class=\"score\">\n <thead><tr>\n"; /* output header */ - $output.= " <th> Nr </th>"; + $output.= " <th> No </th>"; foreach($score[0]['players'] as $id=>$points) { $name = DB_get_name('userid',$id); /*TODO*/ |