diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2019-03-15 18:18:12 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-03-15 18:18:12 +0100 |
commit | 24d239d3e6c7a9364e8648696e20c635d8d62e9b (patch) | |
tree | b6385a44b4ecbfab8b716c077c33d543b0cb33a4 /core/templates | |
parent | f429098a728783e08244a60025a8c0cda25bf210 (diff) | |
parent | 4965f8c7235a11667b79e4f8a3c6210110ee7d03 (diff) | |
download | nextcloud-server-24d239d3e6c7a9364e8648696e20c635d8d62e9b.tar.gz nextcloud-server-24d239d3e6c7a9364e8648696e20c635d8d62e9b.zip |
Merge pull request #14643 from nextcloud/setup-page-db-select
fix database select styling in setup page
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 29c6bd352f4..7203f3c9e79 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" href="#"><?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; ?> |