]> git.sesse.net Git - ccbs/blobdiff - html/show-tournament.pl
Add name= to the submit buttons, and some information fixes.
[ccbs] / html / show-tournament.pl
index 8e7c9e9ad96bf3d467255552c6d28cd9341cda77..fa95fb4d67a86d8443602c9e432c2d462ec93199 100755 (executable)
@@ -50,7 +50,7 @@ for my $score (@$scores) {
        my $pl = $p->[$#$p]->{'players'};
        if ($score->{'nick'} ne $player) {
                $player = $score->{'nick'};
-               push @$pl, { nick => $player, songs => [], total => 0, locked => 1 };
+               push @$pl, { player => $score->{'player'}, nick => $player, songs => [], total => 0, locked => 1 };
        }
        
        push @{$pl->[$#$pl]->{'songs'}}, $score;