From: Marcel Werk Date: Fri, 7 Aug 2020 08:28:47 +0000 (+0200) Subject: Applied suggestions X-Git-Tag: 5.3.0_Alpha_1~83^2~1 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=a5f8f6c61240a074eceeb66b7b706655de17e605;p=GitHub%2FWoltLab%2FWCF.git Applied suggestions --- diff --git a/com.woltlab.wcf/templates/__menu.tpl b/com.woltlab.wcf/templates/__menu.tpl index aec0b7c406..5bdd92d00d 100644 --- a/com.woltlab.wcf/templates/__menu.tpl +++ b/com.woltlab.wcf/templates/__menu.tpl @@ -4,7 +4,7 @@ {foreach from=$menuItemNodeList item=menuItemNode}
  • - getURL() appendClassname=false}{if $menuItemNode->isActiveNode()} aria-current="page"{/if}> + getURL() appendClassname=false} class="boxMenuLink"{if $menuItemNode->isActiveNode()} aria-current="page"{/if}> {$menuItemNode->getTitle()} {if $menuItemNode->getOutstandingItems() > 0} {#$menuItemNode->getOutstandingItems()} diff --git a/com.woltlab.wcf/templates/userInformationButtons.tpl b/com.woltlab.wcf/templates/userInformationButtons.tpl index 0a5c409322..066564ce60 100644 --- a/com.woltlab.wcf/templates/userInformationButtons.tpl +++ b/com.woltlab.wcf/templates/userInformationButtons.tpl @@ -3,7 +3,7 @@