]> source.dussan.org Git - nextcloud-server.git/commitdiff
Use === instead of ==, add missing whitespace and CSS class
authorMorris Jobke <morris.jobke@gmail.com>
Sat, 1 Feb 2014 14:02:36 +0000 (15:02 +0100)
committerMorris Jobke <morris.jobke@gmail.com>
Sat, 1 Feb 2014 14:02:36 +0000 (15:02 +0100)
core/templates/installation.php

index 9356e62aa6cc1a2fe9ef2a63555097545dd0d0ab..9670a5e9ee520193858a755159dda2684f02212d 100644 (file)
@@ -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) ?>"