From 53fb0b38c6ec353ef90c193423861f754dee2a59 Mon Sep 17 00:00:00 2001 From: Evert Prants Date: Sun, 28 Aug 2022 16:22:26 +0300 Subject: [PATCH] invalid use of aria attributes --- views/settings/layout.pug | 3 --- 1 file changed, 3 deletions(-) diff --git a/views/settings/layout.pug b/views/settings/layout.pug index f8ed746..a7b3ec4 100644 --- a/views/settings/layout.pug +++ b/views/settings/layout.pug @@ -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