diff --git a/src/arenas/Battleship/functions.php b/src/arenas/Battleship/functions.php index 6b4920e..9dae55d 100644 --- a/src/arenas/Battleship/functions.php +++ b/src/arenas/Battleship/functions.php @@ -22,7 +22,7 @@ function generate_numeric_select($start,$end,$selected,$name,$id){ $out.=' name="'.$name.'"'; } if($id !== ""){ - $out.=' id="'.$id'"'; + $out.=' id="'.$id.'"'; } $out.=">";