diff options
author | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-06 16:41:06 +0100 |
---|---|---|
committer | Jan-Christoph Borchardt <hey@jancborchardt.net> | 2012-12-06 16:41:06 +0100 |
commit | 4f513f279a32da7027ab628e7d619070c9732258 (patch) | |
tree | de4d35c419b54385a5afb1129d7af17509d2efa6 /core/templates | |
parent | 0fa59f89373f935b497cea1b5f6953361f8e8581 (diff) | |
download | nextcloud-server-4f513f279a32da7027ab628e7d619070c9732258.tar.gz nextcloud-server-4f513f279a32da7027ab628e7d619070c9732258.zip |
fix dbhostlabel not disappearing, remove obsolete CSS
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 5132192e831..f7a8a028c4f 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -124,7 +124,7 @@ </div> <?php endif; ?> <p class="infield groupbottom"> - <label for="dbhost" class="infield"><?php echo $l->t( 'Database host' ); ?></label> + <label for="dbhost" class="infield" id="dbhostlabel"><?php echo $l->t( 'Database host' ); ?></label> <input type="text" name="dbhost" id="dbhost" value="<?php print OC_Helper::init_var('dbhost', 'localhost'); ?>" /> </p> </fieldset> |