mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
* replace deprecated HTML <font> tag with <span>
This commit is contained in:
@@ -53,9 +53,9 @@
|
||||
|
||||
foreach(getTopPlayers(5) as $player) {
|
||||
echo '<div style="text-align:left"><a href="'.getPlayerLink($player['name'], false).'" class="topfont ' . ($player['online'] == 1 ? 'online' : 'offline') . '">
|
||||
<font color="#CCC"> '.$player['rank'].' - </font>'.$player['name'].'
|
||||
<span style="color: #CCC"> '.$player['rank'].' - </span>'.$player['name'].'
|
||||
<br>
|
||||
<small><font color="white"> Level: ('.$player['level'].')</font></small>
|
||||
<small><span style="color: white"> Level: ('.$player['level'].')</span></small>
|
||||
<br>
|
||||
</a>
|
||||
</div>';
|
||||
|
Reference in New Issue
Block a user