diff options
author | Julius Härtl <jus@bitgrid.net> | 2019-02-22 11:07:16 +0100 |
---|---|---|
committer | Roeland Jago Douma <roeland@famdouma.nl> | 2019-02-22 12:54:31 +0100 |
commit | 291df5ddfbc7907f260370ba1c9f6dbbc6cd84a7 (patch) | |
tree | 20a518fb2ca7c9e1b9d43fbf40ec0fd910f7dbc5 /core/templates | |
parent | 58ecd86f55f18696b6b96f5fc06591301b296dee (diff) | |
download | nextcloud-server-291df5ddfbc7907f260370ba1c9f6dbbc6cd84a7.tar.gz nextcloud-server-291df5ddfbc7907f260370ba1c9f6dbbc6cd84a7.zip |
Make Storage&database open on enter
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 3ff94f05d0a..6dd7ed31382 100644 --- a/core/templates/installation.php +++ b/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" 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; ?> |