Skip to content

Commit ef85ef0

Browse files
authored
Merge pull request #10459 from nextcloud/bugfix/noid/install-page
Fix caret icon on installation page
2 parents b16f109 + d13f1cd commit ef85ef0

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

core/img/actions/caret-white.svg

Lines changed: 1 addition & 0 deletions
Loading

core/templates/installation.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757

5858
<?php if(!$_['directoryIsSet'] OR !$_['dbIsSet'] OR count($_['errors']) > 0): ?>
5959
<fieldset id="advancedHeader">
60-
<legend><a id="showAdvanced"><?php p($l->t( 'Storage & database' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a></legend>
60+
<legend><a id="showAdvanced"><?php p($l->t( 'Storage & database' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret-white.svg')); ?>" /></a></legend>
6161
</fieldset>
6262
<?php endif; ?>
6363

0 commit comments

Comments
 (0)