mirror of
https://github.com/slawkens/myaac.git
synced 2025-10-14 01:34:55 +02:00
Fix online skulls display (Fix #320)
This commit is contained in:
@@ -161,7 +161,7 @@
|
|||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<td style="width:70%; text-align:left">
|
<td style="width:70%; text-align:left">
|
||||||
{{ player.name|raw }}{{ player.skull }}
|
{{ player.name|raw }}{{ player.skull|raw }}
|
||||||
</td>
|
</td>
|
||||||
<td style="width:10%">{{ player.level }}</td>
|
<td style="width:10%">{{ player.level }}</td>
|
||||||
<td style="width:20%">{{ player.vocation }}</td>
|
<td style="width:20%">{{ player.vocation }}</td>
|
||||||
|
Reference in New Issue
Block a user