Skip to content

Commit d2523a3

Browse files
committed
Bugfix. H1 Title
Pull Right.
1 parent ba076cd commit d2523a3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

catalog/product_info.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<?php echo tep_draw_form('cart_quantity', tep_href_link(FILENAME_PRODUCT_INFO, tep_get_all_get_params(array('action')) . 'action=add_product')); ?>
6060

6161
<div class="page-header">
62-
<h1 class="pull-right><?php echo $products_price; ?></h1>
62+
<h1 class="pull-right"><?php echo $products_price; ?></h1>
6363
<h1><?php echo $products_name; ?></h1>
6464
</div>
6565

0 commit comments

Comments
 (0)