From b7f157c263c1e7b1578b2fad2bbe8ec36c14c4fa Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 18 Dec 2015 21:49:25 +0100 Subject: [PATCH] UTF8 and javascript --- src/arenas/Battleship/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php index 3a87692..8c67996 100644 --- a/src/arenas/Battleship/act.php +++ b/src/arenas/Battleship/act.php @@ -249,7 +249,7 @@ switch ($_POST['act']){ if(($x >= $_SESSION['width']) OR ($y >= $_SESSION['height'])){ echo json_encode(array( 'target' => '', - 'log' => $currentBot['name']." a fait un tir en dehors des limites de la carte. C'est interdit par les conventions de Genève. Il perd" + 'log' => $currentBot['name']." a fait un tir en dehors des limites de la carte. C'est interdit par les conventions de Geneve. Il perd" )); save_battle('Battleship',$_SESSION['bot1']['name'],$_SESSION['bot2']['name'],$opponent); }