Remove tabindex from header-logo

This commit is contained in:
Eric Lippmann 2016-01-18 11:37:11 +01:00
parent 3ab5b5b721
commit 1b744fe335
1 changed files with 1 additions and 2 deletions

View File

@ -26,8 +26,7 @@ if ($this->layout()->autorefreshInterval) {
array( array(
'aria-hidden' => 'true', 'aria-hidden' => 'true',
'data-base-target' => '_main', 'data-base-target' => '_main',
'id' => 'header-logo', 'id' => 'header-logo'
'tabindex' => -1
) )
); ?> ); ?>
</div> </div>