fix php parse error

This commit is contained in:
Gnieark 2016-06-10 18:35:28 +02:00
parent d6a06c1ed3
commit afd261456e

View File

@ -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>