mirror of
https://github.com/librenms/librenms.git
synced 2024-10-07 16:52:45 +00:00
Use the correct closing tag in install.php
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user