diff options
author | Julius Härtl <jus@bitgrid.net> | 2018-07-30 23:56:07 +0200 |
---|---|---|
committer | Julius Härtl <jus@bitgrid.net> | 2018-07-30 23:56:07 +0200 |
commit | d13f1cd0172e41bce038d533fb3441279d7eb97e (patch) | |
tree | 44af4685e71825355b82a08bd84a4d6ccca02b29 /core/templates | |
parent | 1f610b4d1f33744a53162cb66b48a26f2c5ba970 (diff) | |
download | nextcloud-server-d13f1cd0172e41bce038d533fb3441279d7eb97e.tar.gz nextcloud-server-d13f1cd0172e41bce038d533fb3441279d7eb97e.zip |
Fix caret icon on installation page
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 616ca1f47da..3fdde8da1c2 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"><?php p($l->t( 'Storage & database' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a></legend> + <legend><a id="showAdvanced"><?php p($l->t( 'Storage & database' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret-white.svg')); ?>" /></a></legend> </fieldset> <?php endif; ?> |