From: Joshua Rüsweg Date: Wed, 5 Dec 2018 10:40:04 +0000 (+0100) Subject: Enable filter for automatically awarded trophies X-Git-Tag: 3.1.7~33 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=d2f1aa23a80ee9e00bbc29dc606897a1337e8a8b;p=GitHub%2FWoltLab%2FWCF.git Enable filter for automatically awarded trophies --- diff --git a/wcfsetup/install/files/acp/templates/userTrophyList.tpl b/wcfsetup/install/files/acp/templates/userTrophyList.tpl index 5fd3e0231e..377a573d3a 100644 --- a/wcfsetup/install/files/acp/templates/userTrophyList.tpl +++ b/wcfsetup/install/files/acp/templates/userTrophyList.tpl @@ -37,7 +37,7 @@ {foreach from=$trophyCategories item=category} {foreach from=$category->getTrophies(true) item=trophy} - + {/foreach} {/foreach}