diff --git a/www/lib/show_reg_public.php b/www/lib/show_reg_public.php index 145fdcb..21dd90f 100644 --- a/www/lib/show_reg_public.php +++ b/www/lib/show_reg_public.php @@ -158,7 +158,7 @@ if($reg_racers_1 != null){ if($place == 1) $medal = ''; if($place == 2) $medal = ''; if($place == 3) $medal = ''; - $reg_race_1display = $reg_race_1_display.''.$racer['ID'].''.$racer["NICK"].''.$racer["TIME"].''.$place.'. '.$medal.''; + $reg_race_1_display = $reg_race_1_display.''.$racer['ID'].''.$racer["NICK"].''.$racer["TIME"].''.$place.'. '.$medal.''; $place++; $medal = ''; }