mining html fix (#195)

coin reward html end tag correction.
This commit is contained in:
AltMinerNet 2017-12-16 12:51:59 +01:00 committed by Tanguy Pruvot
parent 35bfd756cc
commit ba7873e9f2

View file

@ -154,7 +154,7 @@ foreach($list as $coin)
} else {
echo "<td><b><a href='/site/block?id=$coin->id'>$name</a></b><span style='font-size: .8em'> ($coin->algo)</span></td>";
}
echo "<td align=right style='font-size: .8em;'><b>$reward $coin->symbol_show</a></td>";
echo "<td align=right style='font-size: .8em;'><b>$reward $coin->symbol_show</b></td>";
$title = "POW $coin->difficulty";
if($coin->rpcencoding == 'POS')