Merge pull request #3942 from murrant/install-php-h4

Use the correct closing tag in install.php
This commit is contained in:
Neil Lathwood
2016-08-03 16:19:33 +01:00
committed by GitHub

View File

@@ -132,7 +132,7 @@ $complete = 1;
<div class="col-md-3">
</div>
<div class="col-md-6">
<h4 class="text-center">Stage <?php echo $stage; ?> of <?php echo $total_stages; ?> complete</h2>
<h4 class="text-center">Stage <?php echo $stage; ?> of <?php echo $total_stages; ?> complete</h4>
</div>
<div class="col-md-3">
</div>