From 76a05d2dc9e996cddff5b15ed65d9f6cf9142f58 Mon Sep 17 00:00:00 2001 From: Benedict Aas Date: Wed, 7 Feb 2018 16:06:04 +0000 Subject: [PATCH] fix: move tabindex attrs to button from within MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit We move the `tabindex` attributes to the button element directly from elements contained within the button element – this is to satisfy the HTML linter. Changelog-Entry: Move tabindex attributes to button elements from contained elements. Change-Type: patch --- lib/gui/app/index.html | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/lib/gui/app/index.html b/lib/gui/app/index.html index 7b2de075..d2fdecf9 100644 --- a/lib/gui/app/index.html +++ b/lib/gui/app/index.html @@ -13,22 +13,22 @@