Fix missing <br>

This commit is contained in:
Skylar Ittner 2020-08-13 21:42:50 -06:00
parent e1fd83ee78
commit 342d2669bd

View File

@ -341,7 +341,7 @@ if (isset($_GET["backgroundcolor"]) && !empty($_GET["backgroundcolor"]) && preg_
if (!empty($c->getPrice())) { if (!empty($c->getPrice())) {
?> ?>
<b><?php $Strings->get("Price"); ?></b>: $<?php echo number_format($c->getPrice(), 2); ?> <b><?php $Strings->get("Price"); ?></b>: $<?php echo number_format($c->getPrice(), 2); ?><br />
<?php <?php
} }