diff options
author | raghunayyar <me@iraghu.com> | 2013-02-08 17:35:41 +0530 |
---|---|---|
committer | raghunayyar <me@iraghu.com> | 2013-02-08 17:35:41 +0530 |
commit | eea4864c70fe5d0cc20e5bdcaed36232741a3520 (patch) | |
tree | 0f027d8943cffdea7558eb1582897a0dd2976380 /core | |
parent | b356b7065f406cd2e18ed7bb9842e292f888c8e4 (diff) | |
download | nextcloud-server-eea4864c70fe5d0cc20e5bdcaed36232741a3520.tar.gz nextcloud-server-eea4864c70fe5d0cc20e5bdcaed36232741a3520.zip |
Removed whitespace from installation.php
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/installation.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php index 19395b80efe..b5aea466e40 100644 --- a/core/templates/installation.php +++ b/core/templates/installation.php @@ -34,10 +34,10 @@ <?php endif; ?> <fieldset id="adminaccount"> <legend><?php echo $l->t( 'Create an <strong>admin account</strong>' ); ?></legend> - <p class="infield grouptop"> - <input type="text" name="adminlogin" id="adminlogin" value="<?php print OC_Helper::init_var('adminlogin'); ?>" autocomplete="off" autofocus required /> + <p class="infield grouptop"> + <input type="text" name="adminlogin" id="adminlogin" value="<?php print OC_Helper::init_var('adminlogin'); ?>" autocomplete="off" autofocus required /> <label for="adminlogin" class="infield"><?php echo $l->t( 'Username' ); ?></label> - <img class="svg" src="<?php echo image_path('', 'actions/user.svg'); ?>" alt="" /> + <img class="svg" src="<?php echo image_path('', 'actions/user.svg'); ?>" alt="" /> </p> <p class="infield groupbottom"> <input type="password" name="adminpass" data-typetoggle="#show" id="adminpass" value="<?php print OC_Helper::init_var('adminpass'); ?>" /> |