diff --git a/core/templates/installation.php b/core/templates/installation.php index 9356e62aa6cc1a2fe9ef2a63555097545dd0d0ab..9670a5e9ee520193858a755159dda2684f02212d 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -87,8 +87,8 @@ <legend><?php p($l->t( 'Configure the database' )); ?></legend> <div id="selectDbType"> <?php foreach($_['databases'] as $type => $label): ?> - <?php if(count($_['databases']) == 1): ?> - <p><?php p($label . $l->t( 'will be used' )); ?>.</p> + <?php if(count($_['databases']) === 1): ?> + <p class="info"><?php p($label . ' ' . $l->t( 'will be used' )); ?>.</p> <input type="hidden" id="dbtype" name="dbtype" value="<?php p($type) ?>" /> <?php else: ?> <input type="radio" name="dbtype" value="<?php p($type) ?>" id="<?php p($type) ?>"