diff --git a/www/index.php b/www/index.php index 2486505..fcd3d0d 100755 --- a/www/index.php +++ b/www/index.php @@ -123,7 +123,7 @@ if(isset($_GET['write_success'])){ if($reg_racers_5 != null){ $place = 1; foreach($reg_racers_5 as $racer){ - echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.''; + echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.'.'; $place++; } } @@ -148,7 +148,7 @@ if(isset($_GET['write_success'])){ if($reg_racers_4 != null){ $place = 1; foreach($reg_racers_4 as $racer){ - echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.''; + echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.'.'; $place++; } } @@ -174,7 +174,7 @@ if(isset($_GET['write_success'])){ if($reg_racers_3 != null){ $place = 1; foreach($reg_racers_3 as $racer){ - echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.''; + echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.'.'; $place++; } } @@ -199,7 +199,7 @@ if(isset($_GET['write_success'])){ if($reg_racers_2 != null){ $place = 1; foreach($reg_racers_2 as $racer){ - echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.''; + echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.'.'; $place++; } } @@ -224,7 +224,7 @@ if(isset($_GET['write_success'])){ if($reg_racers_1 != null){ $place = 1; foreach($reg_racers_1 as $racer){ - echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.''; + echo ''.$racer['ID'].''.$racer["NICK"].''.$racer["RACE"].''.$racer["TIME"].''.$place.'.'; $place++; } }