summaryrefslogtreecommitdiffstats
path: root/core/templates/installation.php
diff options
context:
space:
mode:
authorBart Visscher <bartv@thisnet.nl>2013-06-29 04:09:50 -0700
committerBart Visscher <bartv@thisnet.nl>2013-06-29 04:09:50 -0700
commit414b5f150e64b88b5b7b41fbcc05d13c0797ab08 (patch)
tree8cfddc675089c397dde1b281d3b1ead7a1e9929e /core/templates/installation.php
parentbd3e266408f8d313d0a1d545e16a85bf6ef31500 (diff)
parent1d799f22c1a8cec5a8dd45a0fdd182c011a6f5f0 (diff)
downloadnextcloud-server-414b5f150e64b88b5b7b41fbcc05d13c0797ab08.tar.gz
nextcloud-server-414b5f150e64b88b5b7b41fbcc05d13c0797ab08.zip
Merge pull request #2914 from Kondou-ger/label_overlapping_value
Fix textfield label overlapping value.
Diffstat (limited to 'core/templates/installation.php')
-rw-r--r--core/templates/installation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index de7ff8c168c..7f2796a4b31 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -165,7 +165,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>