invalid use of aria attributes

This commit is contained in:
Evert Prants 2022-08-28 16:22:26 +03:00
parent d92b8ab828
commit 53fb0b38c6
Signed by: evert
GPG Key ID: 1688DA83D222D0B5
1 changed files with 0 additions and 3 deletions

View File

@ -13,19 +13,16 @@ block body
a(
href="/account/general",
class=path === '/account/general' ? 'active' : ''
aria-selected=path === '/account/general' ? 'true' : 'false'
) General
li
a(
href="/account/oauth2",
class=path === '/account/oauth2' ? 'active' : ''
aria-selected=path === '/account/oauth2' ? 'true' : 'false'
) Authorizations
li
a(
href="/account/security",
class=path === '/account/security' ? 'active' : ''
aria-selected=path === '/account/security' ? 'true' : 'false'
) Security
li
a(href="/account/logout?csrf=" + csrf) Log out