Fix textfield label overlapping value.

remotes/origin/stable6
kondou 12 years ago
parent 8efd71099f
commit c6dbb33e15
  1. 2
      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>

Loading…
Cancel
Save