From 80c50a58f14ae2e307b8c3e83737cef122c098a4 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 10 Jun 2016 18:36:47 +0200 Subject: [PATCH] test pagination --- src/scores.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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