Fix missing <br>
This commit is contained in:
parent
e1fd83ee78
commit
342d2669bd
@ -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
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user