fix
This commit is contained in:
parent
35dc419ce0
commit
f5d90f02a6
|
@ -51,7 +51,7 @@ if(isset($_GET['arena'])){
|
|||
|
||||
$podium=ELO_get_podium($currentArena);
|
||||
$count=0;
|
||||
echo '<ul class="podium">';
|
||||
$asideSectionContent.='<ul class="podium">';
|
||||
foreach($podium as $sc){
|
||||
$count++;
|
||||
|
||||
|
@ -72,9 +72,9 @@ if(isset($_GET['arena'])){
|
|||
|
||||
}
|
||||
|
||||
echo '<li>'.$img.'<a href="/p/aboutBot/'.$sc['id'].'">'.htmlentities($sc['name']).'</a> ELO Rank: '.$sc['ELO'].'</li>';
|
||||
$asideSectionContent.='<li>'.$img.'<a href="/p/aboutBot/'.$sc['id'].'">'.htmlentities($sc['name']).'</a> ELO Rank: '.$sc['ELO'].'</li>';
|
||||
}
|
||||
echo '</ul>';
|
||||
$asideSectionContent.='</ul>';
|
||||
|
||||
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