diff --git a/core/templates/installation.php b/core/templates/installation.php
index f8c91e37eb44703176bf79c8afe356b5aef05181..33b01853fb83b83cb2afbde4839ca3b33d334726 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" />