From 29e612fb742fbbf4d9ba121e6bf03981e6f3be3c Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 10 Jun 2016 11:26:39 +0200 Subject: [PATCH] fix somes warns html --- html/index.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/html/index.php b/html/index.php index 0c1fca5..ce06336 100644 --- a/html/index.php +++ b/html/index.php @@ -72,12 +72,12 @@ if(isset($_GET['arena'])){ } - $asideSectionContent.='
  • '.$img.' '.htmlentities($sc['name']).' ELO rank: '.$sc['ELO'].'
  • '; + $asideSectionContent.='
  • '.$img.' '.htmlentities($sc['name']).' ELO rank: '.$sc['ELO'].'
  • '; } $asideSectionContent.='

    Détail des matchs

    '; foreach($hist as $sc){ - $asideSectionContent.='

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

    + $asideSectionContent.='

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