]> source.dussan.org Git - nextcloud-server.git/commitdiff
Add a missing )
authorLukas Reschke <lukas@statuscode.ch>
Wed, 27 Feb 2013 22:15:18 +0000 (23:15 +0100)
committerLukas Reschke <lukas@statuscode.ch>
Wed, 27 Feb 2013 22:15:18 +0000 (23:15 +0100)
core/templates/installation.php

index f8c91e37eb44703176bf79c8afe356b5aef05181..33b01853fb83b83cb2afbde4839ca3b33d334726 100644 (file)
@@ -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" />