BUGFIX: fixed a typo in the scoretable
authorArun Persaud <arun@nubati.net>
Sun, 8 Jun 2008 03:47:41 +0000 (20:47 -0700)
committerArun Persaud <arun@nubati.net>
Sun, 8 Jun 2008 03:47:41 +0000 (20:47 -0700)
Nr instead of No

Signed-off-by: Arun Persaud <arun@nubati.net>
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.= "  <th> Nr </th>";
+  $output.= "  <th> No </th>";
   foreach($score[0]['players'] as $id=>$points)
     {
       $name = DB_get_name('userid',$id); /*TODO*/