Skip to content

Commit

Permalink
fix: player name in forum post (#118)
Browse files Browse the repository at this point in the history
  • Loading branch information
majestyotbr authored Aug 28, 2024
1 parent 3e035d6 commit 3e23cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion system/templates/forum.show_thread.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@
<div class="PostBody">
<div class="PostSeparatorV"></div>
<div class="PostUpper">
<div class="PostCharacterText"><b>{{ author_link|raw }}</b><br>
<div class="PostCharacterText"><b>{{ post.player_link|raw }}</b><br>
{% if post.outfit is defined %}
<img
style="margin-left:{% if post.player.getLookType() in [75, 266, 302] %}-0px;margin-top:-0px;width:64px;height:64px;{% else %}-60px;margin-top:-60px;width:128px;height:128px;{% endif %}"
Expand Down

0 comments on commit 3e23cb0

Please sign in to comment.