Fix textfield label overlapping value.

This commit is contained in:
kondou 2013-04-13 14:48:16 +02:00
parent 8efd71099f
commit c6dbb33e15
1 changed files with 1 additions and 1 deletions

View File

@ -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>