Fix online skulls display (Fix #320)

This commit is contained in:
slawkens
2025-08-17 17:50:16 +02:00
parent 11dae90fa9
commit 98073a110a

View File

@@ -161,7 +161,7 @@
{% endif %}
<td style="width:70%; text-align:left">
{{ player.name|raw }}{{ player.skull }}
{{ player.name|raw }}{{ player.skull|raw }}
</td>
<td style="width:10%">{{ player.level }}</td>
<td style="width:20%">{{ player.vocation }}</td>