From 1b744fe335118a30b1d651e2c1a368665c851eaf Mon Sep 17 00:00:00 2001 From: Eric Lippmann Date: Mon, 18 Jan 2016 11:37:11 +0100 Subject: [PATCH] Remove tabindex from header-logo --- application/layouts/scripts/body.phtml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/application/layouts/scripts/body.phtml b/application/layouts/scripts/body.phtml index 936c5eb1d..5439914fa 100644 --- a/application/layouts/scripts/body.phtml +++ b/application/layouts/scripts/body.phtml @@ -26,8 +26,7 @@ if ($this->layout()->autorefreshInterval) { array( 'aria-hidden' => 'true', 'data-base-target' => '_main', - 'id' => 'header-logo', - 'tabindex' => -1 + 'id' => 'header-logo' ) ); ?>