Use the correct closing tag in install.php

This commit is contained in:
Tony Murray
2016-08-03 10:06:33 -05:00
committed by GitHub
parent ee4308cfa6
commit 4210d35658

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>