BUGFIX: fixed a typo in the scoretable
[e-DoKo.git] / include / functions.php
index fafcf36ead8a07455f435be8d7f4bb4554b1bf1d..f8a0da4e58d7e4faf1121a6eb44f707a9bb66899 100644 (file)
@@ -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 = "<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*/
   foreach($score[0]['players'] as $id=>$points)
     {
       $name = DB_get_name('userid',$id); /*TODO*/