Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2013-02-28 02:15:18 +0400
committerLukas Reschke <lukas@statuscode.ch>2013-02-28 02:15:18 +0400
commit6f14bec70afead0a8034926a0b29d21cc556b36a (patch)
tree5d438b06dd0c323c19a6ba43c5d37110b9803192 /core
parent229c907a57a4a64730e7b58f59cb8f7f627bfaf3 (diff)
Add a missing )
Diffstat (limited to 'core')
-rw-r--r--core/templates/installation.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/core/templates/installation.php b/core/templates/installation.php
index f8c91e37eb4..33b01853fb8 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -63,7 +63,7 @@
<fieldset id='databaseField'>
<?php if($_['hasMySQL'] or $_['hasPostgreSQL'] or $_['hasOracle'] or $_['hasMSSQL'])
$hasOtherDB = true; else $hasOtherDB =false; //other than SQLite ?>
- <legend><?php p($l->t( 'Configure the database' ); ?></legend>
+ <legend><?php p($l->t( 'Configure the database' )); ?></legend>
<div id="selectDbType">
<?php if($_['hasSQLite']): ?>
<input type='hidden' id='hasSQLite' value="true" />