fix php parse error
This commit is contained in:
parent
d6a06c1ed3
commit
afd261456e
|
@ -1,6 +1,7 @@
|
|||
<?php$hist=get_battles_history($currentArena);
|
||||
<?php
|
||||
$hist=get_battles_history($currentArena);
|
||||
|
||||
|
||||
foreach($hist as $sc){
|
||||
echo '<h3><a href="/p/aboutBot/'.urlencode(htmlentities($sc['bot1'])).'">'.$sc['bot1'].'</a> VS <a href="/p/aboutBot/'.urlencode(htmlentities($sc['bot2'])).'">'.$sc['bot2'].'</a></h3>
|
||||
<ul>
|
||||
|
|
Loading…
Reference in New Issue
Block a user