diff --git a/views/juego.php b/views/juego.php index f0d0835..309fbfc 100644 --- a/views/juego.php +++ b/views/juego.php @@ -64,7 +64,7 @@ $inicio = null; if ($hora_inicio['hora'] == null) { - $inicio = date('H:i:s',time()); + $inicio = date('H:i:s', time()); } else { $inicio = $hora_inicio['hora']; } @@ -152,8 +152,9 @@