diff options
author | kondou <kondou@ts.unde.re> | 2013-04-13 14:48:16 +0200 |
---|---|---|
committer | kondou <kondou@ts.unde.re> | 2013-04-13 14:48:16 +0200 |
commit | c6dbb33e1562ad1748feb3cb931ea5016520b867 (patch) | |
tree | a3bd1165ab467d1aaaaaf5c732be827df175af35 /core/templates | |
parent | 8efd71099fb9b824a24fe7f061a7d286733d817a (diff) | |
download | nextcloud-server-c6dbb33e1562ad1748feb3cb931ea5016520b867.tar.gz nextcloud-server-c6dbb33e1562ad1748feb3cb931ea5016520b867.zip |
Fix textfield label overlapping value.
Diffstat (limited to 'core/templates')
-rw-r--r-- | core/templates/installation.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index c70903cba55..4987e50d1ce 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -162,7 +162,7 @@ <p class="infield groupbottom"> <label for="dbhost" class="infield" id="dbhostlabel"><?php p($l->t( 'Database host' )); ?></label> <input type="text" name="dbhost" id="dbhost" placeholder="" - value="<?php p(OC_Helper::init_var('dbhost', 'localhost')); ?>" /> + value="<?php p(OC_Helper::init_var('dbhost')); ?>" /> </p> </fieldset> |