Fixed Centering footer for Guest viewing invoices and quotes

This commit is contained in:
johnnyq
2023-07-11 13:47:13 -04:00
parent 13ebb6c627
commit cb20894fc0
2 changed files with 2 additions and 2 deletions

View File

@@ -281,7 +281,7 @@ $sql_invoice_items = mysqli_query($mysqli, "SELECT * FROM invoice_items WHERE it
<hr class="mt-5">
<div style="text-center"><?php echo nl2br($config_invoice_footer); ?></div>
<div class="text-center"><?php echo nl2br($config_invoice_footer); ?></div>
</div>
</div>