diff options
author | Lukas Reschke <lukas@statuscode.ch> | 2013-02-27 23:15:18 +0100 |
---|---|---|
committer | Lukas Reschke <lukas@statuscode.ch> | 2013-02-27 23:15:18 +0100 |
commit | 6f14bec70afead0a8034926a0b29d21cc556b36a (patch) | |
tree | 5d438b06dd0c323c19a6ba43c5d37110b9803192 /core | |
parent | 229c907a57a4a64730e7b58f59cb8f7f627bfaf3 (diff) | |
download | nextcloud-server-6f14bec70afead0a8034926a0b29d21cc556b36a.tar.gz nextcloud-server-6f14bec70afead0a8034926a0b29d21cc556b36a.zip |
Add a missing )
Diffstat (limited to 'core')
-rw-r--r-- | core/templates/installation.php | 2 |
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" /> |