X-Git-Url: https://git.sesse.net/?p=ccbs;a=blobdiff_plain;f=html%2Fshow-tournament.pl;h=5a98ff85436e520a8bea7dc7744375edc7009e3c;hp=b4b6e04b47d478161ecf202fbab859beb9975f11;hb=36e1563a700fa4a2a13bc265e054a657f512e141;hpb=ea702e677702b5cbb22f819d8f0731715e887d03 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'}; }