Fix online skulls display (Fix #320)

This commit is contained in:
slawkens
2026-01-30 23:02:07 +01:00
parent fc3eaefc3f
commit b190db3149

View File

@@ -104,10 +104,10 @@
{% if config.online_outfit %} {% if config.online_outfit %}
<td width="5%"><img style="position:absolute;margin-top:{% if player.player.looktype in [75, 266, 302] %}-20px;margin-left:-0px;{% else %}-45px;margin-left:-25px;{% endif %}" src="{{ player.outfit }}" alt="player outfit"/></td> <td width="5%"><img style="position:absolute;margin-top:{% if player.player.looktype in [75, 266, 302] %}-20px;margin-left:-0px;{% else %}-45px;margin-left:-25px;{% endif %}" src="{{ player.outfit }}" alt="player outfit"/></td>
{% endif %} {% endif %}
<td>{{ player.name|raw }}{{ player.skull }}</td> <td>{{ player.name|raw }}{{ player.skull|raw }}</td>
<td>{{ player.level }}</td> <td>{{ player.level }}</td>
<td>{{ player.vocation }}</td> <td>{{ player.vocation }}</td>
</tr> </tr>
{% endfor %} {% endfor %}
</table> </table>
{% endif %} {% endif %}