diff --git a/core/templates/installation.php b/core/templates/installation.php
index f755698863467fb873bcc65f0641d22858a8519c..d3f5021821df05ac7d268366312cb20c8984e727 100644
--- a/core/templates/installation.php
+++ b/core/templates/installation.php
@@ -147,8 +147,6 @@ script('core', [
 		<?php endif; ?>
 	<?php endif; ?>
 
-	<div class="icon-loading-dark float-spinner">&nbsp;</div>
-
 	<?php if(!$_['dbIsSet'] OR count($_['errors']) > 0): ?>
 		<fieldset id="sqliteInformation" class="warning">
 			<legend><?php p($l->t('Performance warning'));?></legend>
@@ -158,6 +156,8 @@ script('core', [
 		</fieldset>
 	<?php endif ?>
 
+	<div class="icon-loading-dark float-spinner">&nbsp;</div>
+
 	<div class="buttons"><input type="submit" class="primary" value="<?php p($l->t( 'Finish setup' )); ?>" data-finishing="<?php p($l->t( 'Finishing …' )); ?>"></div>
 
 	<p class="info">