From c277d8da42970d6181a61992ee351ad7e58eecf4 Mon Sep 17 00:00:00 2001 From: Gnieark Date: Fri, 10 Jun 2016 11:28:48 +0200 Subject: [PATCH] fix somes warns html --- html/index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/index.php b/html/index.php index ce06336..718733c 100644 --- a/html/index.php +++ b/html/index.php @@ -72,7 +72,7 @@ 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

    ';