]> source.dussan.org Git - nextcloud-server.git/commitdiff
Make Storage&database open on enter 14320/head
authorJulius Härtl <jus@bitgrid.net>
Fri, 22 Feb 2019 10:07:16 +0000 (11:07 +0100)
committerRoeland Jago Douma <roeland@famdouma.nl>
Fri, 22 Feb 2019 11:54:31 +0000 (12:54 +0100)
Signed-off-by: Julius Härtl <jus@bitgrid.net>
core/templates/installation.php

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