Fix trophy title output in grouped user trophy list
authorMatthias Schmidt <gravatronics@live.com>
Wed, 16 Aug 2017 15:22:26 +0000 (17:22 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Wed, 16 Aug 2017 15:22:26 +0000 (17:22 +0200)
com.woltlab.wcf/templates/groupedUserTrophyList.tpl

index d652f72b66b600da7b7be8e1e6933ea617387771..556b4740e0435dd5978936d12d05d95b71a512ee 100644 (file)
@@ -4,9 +4,9 @@
                        <li data-object-id="{@$userTrophy->userTrophyID}">
                                <div class="box48">
                                        <div><a href="{link controller='Trophy' object=$userTrophy->getTrophy()}{/link}">{@$userTrophy->getTrophy()->renderTrophy(48)}</a></div>
-
+                                       
                                        <div class="containerHeadline">
-                                               <h3><a href="{link controller='Trophy' object=$userTrophy->getTrophy()}{/link}">{@$userTrophy->getTrophy()->getTitle()}</a></h3>
+                                               <h3><a href="{link controller='Trophy' object=$userTrophy->getTrophy()}{/link}">{$userTrophy->getTrophy()->getTitle()}</a></h3>
                                                <small>{if !$userTrophy->getDescription()|empty}{$userTrophy->getDescription()} – {/if}{@$userTrophy->time|time}</small>
                                        </div>
                                </div>