css
This commit is contained in:
parent
1bd1d8eb1b
commit
d3777666aa
|
@ -74,7 +74,7 @@ if(isset($_GET['arena'])){
|
|||
|
||||
$asideSectionContent.='<li>'.$img.'<a href="/p/aboutBot/'.$sc['id'].'">'.htmlentities($sc['name']).'</a> ELO rank: '.$sc['ELO'].'</li>';
|
||||
}
|
||||
$asideSectionContent.='</ul><h2>détail des matchs</h2>';
|
||||
$asideSectionContent.='</ul><h2>Détail des matchs</h2>';
|
||||
|
||||
foreach($hist as $sc){
|
||||
$asideSectionContent.='<h3><a href="/p/aboutBot/'.htmlentities($sc['bot1']).'">'.$sc['bot1'].'</a> VS <a href="/p/aboutBot/'.htmlentities($sc['bot2']).'">'.$sc['bot2'].'</a></h3>
|
||||
|
|
Loading…
Reference in New Issue
Block a user