summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-08 21:40:39 +0200
committerJan-Christoph Borchardt <JanCBorchardt@fsfe.org>2011-08-08 21:40:39 +0200
commit3b34cba4ae9846a7e1faf7353738a654d616abc6 (patch)
tree3ec8a41764df7069eb121de8504753ec1c27dff9 /core/templates
parente153fb79bbfb74a832d1d6c4bdd4997f37923df5 (diff)
downloadnextcloud-server-3b34cba4ae9846a7e1faf7353738a654d616abc6.tar.gz
nextcloud-server-3b34cba4ae9846a7e1faf7353738a654d616abc6.zip
first mediaplayer styling
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/installation.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index c5cf26bf129..08a8cf1609f 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -20,14 +20,14 @@
<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 /></p>
<input type="password" name="adminpass" id="adminpass" value="<?php print OC_Helper::init_var('adminpass'); ?>" placeholder="<?php echo $l->t( 'Password' ); ?>" /></p>
-</fieldset>
+ </fieldset>
<a id='showAdvanced'><strong><?php echo $l->t( 'Advanced' ); ?> ▾</strong></a>
<fieldset id='datadirField'>
<legend><?php echo $l->t( 'Set data folder' ); ?></legend>
<input type="text" name="directory" id="directory" value="<?php print OC_Helper::init_var('directory', $_['directory']); ?>" placeholder="<?php echo $l->t( 'Data folder' ); ?>" /></p>
- </fieldset>
+</fieldset>
<fieldset id='databaseField'>
<legend><?php echo $l->t( 'Configure the database' ); ?></legend>