diff --git a/src/arenas/Battleship/act.php b/src/arenas/Battleship/act.php
index 049e900..5590f85 100644
--- a/src/arenas/Battleship/act.php
+++ b/src/arenas/Battleship/act.php
@@ -279,9 +279,9 @@ switch ($_POST['act']){
);
$anwserPlayerJson=get_IA_Response($currentBot['url'],$botParamsToSend);
if($fullLogs){
- $fullLogs='Arena send to '.$currentBot['name'].''.htmlentities($anwserPlayerJson['messageSend']).'
- HTTP status: '.htmlentities($anwserPlayerJson['httpStatus']).'
- Bot anwser: '.htmlentities($anwserPlayerJson['response']).'
';
+ $fullLogs='Arena send to '.$currentBot['name'].''.htmlentities($anwserPlayerJson['messageSend']).'
+ HTTP status: '.htmlentities($anwserPlayerJson['httpStatus']).'
+ Bot anwser: '.htmlentities($anwserPlayerJson['response']).'
';
}else{
$fullLogs="";
}