mirror of
https://github.com/slawkens/myaac.git
synced 2026-01-31 10:26:23 +01:00
Fix online skulls display (Fix #320)
This commit is contained in:
@@ -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 %}
|
||||||
|
|||||||
Reference in New Issue
Block a user