From 14a648551af20e791e9adfb13de3cd1e170aaf36 Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Wed, 24 Jun 2020 17:54:07 +0200 Subject: [PATCH] Update com.woltlab.wcf/templates/user.tpl Co-authored-by: Alexander Ebert --- com.woltlab.wcf/templates/user.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.woltlab.wcf/templates/user.tpl b/com.woltlab.wcf/templates/user.tpl index 46b0b1a0ec..770b7bfc42 100644 --- a/com.woltlab.wcf/templates/user.tpl +++ b/com.woltlab.wcf/templates/user.tpl @@ -204,7 +204,7 @@
  • {@$trophy->renderTrophy(32, true)}
  • {/foreach} {if $user->trophyPoints > $specialTrophyCount} -
  • {lang trophyCount=$user->trophyPoints-$specialTrophyCount}wcf.user.trophy.showMoreTrophies{/lang}
  • +
  • {lang trophyCount=$user->trophyPoints-$specialTrophyCount}wcf.user.trophy.showMoreTrophies{/lang}
  • {/if} -- 2.20.1