diff --git a/src/scores.php b/src/scores.php index 5241f57..34a6841 100644 --- a/src/scores.php +++ b/src/scores.php @@ -3,10 +3,10 @@ $hist=get_battles_history($currentArena); foreach($hist as $sc){ - echo '

'.$sc['bot1'].' VS '.$sc['bot2'].'

+ echo '

'.$sc['bot1'].' VS '.$sc['bot2'].'

'; +
'; } \ No newline at end of file