X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=html%2Fshow-tournament.pl;h=5a98ff85436e520a8bea7dc7744375edc7009e3c;hb=f2a075e3a1d402fbc1922c3dcf7a4d7fb4370832;hp=b4b6e04b47d478161ecf202fbab859beb9975f11;hpb=81edbdf60931cc5343964a86e95a43a4dfd6d103;p=ccbs diff --git a/html/show-tournament.pl b/html/show-tournament.pl index b4b6e04..5a98ff8 100755 --- a/html/show-tournament.pl +++ b/html/show-tournament.pl @@ -39,7 +39,7 @@ for my $score (@$scores) { } if ($score->{'position'} == 1) { if ($score->{'chosen'}) { - push @{$p->[$#$p]->{'songs'}}, 'Selvvalgt'; + push @{$p->[$#$p]->{'songs'}}, ''; } else { push @{$p->[$#$p]->{'songs'}}, $score->{'title'}; }