diff options
author | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-09 22:48:19 +0200 |
---|---|---|
committer | Jan-Christoph Borchardt <JanCBorchardt@fsfe.org> | 2011-08-09 22:48:19 +0200 |
commit | 9817b51c211e3b54e27d6c7b18182fa73d058d77 (patch) | |
tree | 51b837022f9e0d04b0cf31faded31e3d814a9f6d | |
parent | 2ea86fbaba71076cd4b2149413c185f515b2f985 (diff) | |
download | nextcloud-server-9817b51c211e3b54e27d6c7b18182fa73d058d77.tar.gz nextcloud-server-9817b51c211e3b54e27d6c7b18182fa73d058d77.zip |
who took a <p> in here?
-rw-r--r-- | core/templates/installation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 41fc4526d6d..6a18a0264a9 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -18,8 +18,8 @@ <fieldset> <legend><?php echo $l->t( 'Create an <strong>admin account</strong>' ); ?></legend> - <input type="text" name="adminlogin" id="adminlogin" value="<?php print OC_Helper::init_var('adminlogin'); ?>" placeholder="<?php echo $l->t( 'Username' ); ?>" autofocus required /></p> - <input type="password" name="adminpass" id="adminpass" value="<?php print OC_Helper::init_var('adminpass'); ?>" placeholder="<?php echo $l->t( 'Password' ); ?>" required /></p> + <input type="text" name="adminlogin" id="adminlogin" value="<?php print OC_Helper::init_var('adminlogin'); ?>" placeholder="<?php echo $l->t( 'Username' ); ?>" autofocus required /> + <input type="password" name="adminpass" id="adminpass" value="<?php print OC_Helper::init_var('adminpass'); ?>" placeholder="<?php echo $l->t( 'Password' ); ?>" required /> </fieldset> <fieldset id='databaseField'> |