Update com.woltlab.wcf/templates/user.tpl
authorMarcel Werk <burntime@woltlab.com>
Wed, 24 Jun 2020 15:54:07 +0000 (17:54 +0200)
committerGitHub <noreply@github.com>
Wed, 24 Jun 2020 15:54:07 +0000 (17:54 +0200)
Co-authored-by: Alexander Ebert <ebert@woltlab.com>
com.woltlab.wcf/templates/user.tpl

index 46b0b1a0ec02aa133ab35070d8f75a282f7ba36c..770b7bfc42f112e06be932237d6865a5f440ed81 100644 (file)
                                                                <li><a href="{@$trophy->getLink()}">{@$trophy->renderTrophy(32, true)}</a></li>
                                                        {/foreach}
                                                        {if $user->trophyPoints > $specialTrophyCount}
-                                                               <li><a href="#" class="jsTooltip userTrophyOverlayList" data-user-id="{$user->userID}" title="{lang}wcf.user.trophy.showTrophies{/lang}">{lang trophyCount=$user->trophyPoints-$specialTrophyCount}wcf.user.trophy.showMoreTrophies{/lang}</a></li>
+                                                               <li><a href="#" class="jsTooltip userTrophyOverlayList" data-user-id="{$user->userID}" title="{lang}wcf.user.trophy.showTrophies{/lang}" role="button">{lang trophyCount=$user->trophyPoints-$specialTrophyCount}wcf.user.trophy.showMoreTrophies{/lang}</a></li>
                                                        {/if}
                                                </ul>
                                        </div>