diff --git a/www/index.php b/www/index.php
index 683fa04..522cb21 100755
--- a/www/index.php
+++ b/www/index.php
@@ -167,7 +167,7 @@ if(isset($_GET['write_success'])){
Registrovaní
| ID | Přezdívka / Team | Závod | Čas |
- if($reg_racers_3 != null))){
+ if($reg_racers_3 != null){
foreach($reg_racers_3 as $racer){
echo '| '.$racer['ID'].' | '.$racer["NICK"].' | '.$racer["RACE"].' | '.$racer["TIME"].' |
';
}
@@ -190,7 +190,7 @@ if(isset($_GET['write_success'])){
Registrovaní
| ID | Přezdívka / Team | Závod | Čas |
- if($reg_racers_2 != null))){
+ if($reg_racers_2 != null){
foreach($reg_racers_2 as $racer){
echo '| '.$racer['ID'].' | '.$racer["NICK"].' | '.$racer["RACE"].' | '.$racer["TIME"].' |
';
}