diff options
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r-- | core/templates/installation.php | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index c10e66ae2f5..4371c4b17b1 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -53,7 +53,8 @@ <p><?php echo $l->t( 'PostgreSQL will be used.' ); ?></p> <input type="hidden" id="dbtype" name="dbtype" value="pgsql" /> <?php else: ?> - <p><label class="pgsql" for="pgsql">PostgreSQL</label><input type="radio" name="dbtype" value='pgsql' id="pgsql" <?php OC_Helper::init_radio('dbtype','pgsql', 'mysql', 'sqlite'); ?>/></p> + <label class="pgsql" for="pgsql">PostgreSQL</label> + <input type="radio" name="dbtype" value='pgsql' id="pgsql" <?php OC_Helper::init_radio('dbtype','pgsql', 'mysql', 'sqlite'); ?>/> <?php endif; ?> <?php endif; ?> </div> |