We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba076cd commit d2523a3Copy full SHA for d2523a3
1 file changed
catalog/product_info.php
@@ -59,7 +59,7 @@
59
<?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?>
60
61
<div class="page-header">
62
- <h1 class="pull-right><?php echo $products_price; ?></h1>
+ <h1 class="pull-right"><?php echo $products_price; ?></h1>
63
<h1><?php echo $products_name; ?></h1>
64
</div>
65
0 commit comments