We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b16f109 + d13f1cd commit ef85ef0Copy full SHA for ef85ef0
2 files changed
core/img/actions/caret-white.svg
core/templates/installation.php
@@ -57,7 +57,7 @@
57
58
<?php if(!$_['directoryIsSet'] OR !$_['dbIsSet'] OR count($_['errors']) > 0): ?>
59
<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>
+ <legend><a id="showAdvanced"><?php p($l->t( 'Storage & database' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret-white.svg')); ?>" /></a></legend>
61
</fieldset>
62
<?php endif; ?>
63
0 commit comments