From 9b2770a38a9b8dbb9b049a8ada02bb2bfa5ef9c2 Mon Sep 17 00:00:00 2001 From: gnieark Date: Sun, 29 May 2016 22:40:40 +0200 Subject: [PATCH] full JSON --- src/arenas/tictactoe/act.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/arenas/tictactoe/act.php b/src/arenas/tictactoe/act.php index a20ead1..39c6711 100644 --- a/src/arenas/tictactoe/act.php +++ b/src/arenas/tictactoe/act.php @@ -74,7 +74,7 @@ switch ($_POST['act']){ $httpResponse=json_decode(get_IA_Response($playerURL,$paramsToSend),TRUE); $playerResponse=$httpResponse['play']; - echo "******".$playerResponse."**********"; + echo "

******".$playerResponse."**********

"; //tester la validité de la réponse if((isset($map[$playerResponse])) && ($map[$playerResponse]=="")){ //reponse conforme