]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix tabbability of 'Storage & database' in install, open on enter stilll missing
authorJan-Christoph Borchardt <hey@jancborchardt.net>
Fri, 25 Jan 2019 11:14:01 +0000 (12:14 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Fri, 22 Feb 2019 11:54:31 +0000 (12:54 +0100)
Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
core/templates/installation.php

index 3a6fd283e0bd6402db64f6f54b953954bf143bd9..3ff94f05d0a261d3a67f4e4b49984293810f3deb 100644 (file)
@@ -57,7 +57,7 @@ script('core', [
 
        <?php if(!$_['directoryIsSet'] OR !$_['dbIsSet'] OR count($_['errors']) > 0): ?>
        <fieldset id="advancedHeader">
-               <legend><a id="showAdvanced"><?php p($l->t( 'Storage & database' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret-white.svg')); ?>" /></a></legend>
+               <legend><a id="showAdvanced" tabindex="0"><?php p($l->t( 'Storage & database' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret-white.svg')); ?>" /></a></legend>
        </fieldset>
        <?php endif; ?>