summaryrefslogtreecommitdiffstats
path: root/core/templates
diff options
context:
space:
mode:
authorThomas Mueller <thomas.mueller@tmit.eu>2013-01-07 21:23:14 +0100
committerThomas Mueller <thomas.mueller@tmit.eu>2013-01-07 21:23:14 +0100
commite475c26f1ae3adec2716b4ba59f92382db2bc24e (patch)
tree2ea2f0c587db8538440dcdb397064ca23ee8c480 /core/templates
parenta21da9f9fd9e936eac1b3855fb0f09a00156a00f (diff)
downloadnextcloud-server-e475c26f1ae3adec2716b4ba59f92382db2bc24e.tar.gz
nextcloud-server-e475c26f1ae3adec2716b4ba59f92382db2bc24e.zip
fixing <input> tag
Diffstat (limited to 'core/templates')
-rw-r--r--core/templates/installation.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index 3128c4f2e70..03c580c9b0b 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -1,7 +1,7 @@
-<input type='hidden' id='hasMySQL' value='<?php echo $_['hasMySQL'] ?>'></input>
-<input type='hidden' id='hasSQLite' value='<?php echo $_['hasSQLite'] ?>'></input>
-<input type='hidden' id='hasPostgreSQL' value='<?php echo $_['hasPostgreSQL'] ?>'></input>
-<input type='hidden' id='hasOracle' value='<?php echo $_['hasOracle'] ?>'></input>
+<input type='hidden' id='hasMySQL' value='<?php echo $_['hasMySQL'] ?>'>
+<input type='hidden' id='hasSQLite' value='<?php echo $_['hasSQLite'] ?>'>
+<input type='hidden' id='hasPostgreSQL' value='<?php echo $_['hasPostgreSQL'] ?>'>
+<input type='hidden' id='hasOracle' value='<?php echo $_['hasOracle'] ?>'>
<form action="index.php" method="post">
<input type="hidden" name="install" value="true" />
<?php if(count($_['errors']) > 0): ?>