Fix tabbability of 'Storage & database' in install, open on enter stilll missing

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/14320/head
Jan-Christoph Borchardt 7 years ago committed by Roeland Jago Douma
parent d1ba0d52ab
commit 97ad80524f
No known key found for this signature in database
GPG Key ID: F941078878347C0C
  1. 2
      core/templates/installation.php

@ -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; ?>

Loading…
Cancel
Save