I didn't change anything, but Git says I did ¯\_(ツ)_/¯

This commit is contained in:
Skylar Ittner 2018-02-15 17:04:52 -07:00
parent 8d0a0866b1
commit 25f2f7df65

View File

@ -193,7 +193,7 @@ if ($VARS['progress'] == "1") {
$alerticon = "square-o"; $alerticon = "square-o";
} }
?> ?>
<i class="fa fa-fw fa-<?php echo $alerticon ?>"></i> <?php echo $alert ?> <i class="fa fa-fw fa-<?php echo $alerticon ?>"></i> <?php echo $alert ?>
</div> </div>
<?php <?php
} }