Commit 2e2c34a19e421c927b5c51e4aca49c1cab43fda7
Merge branch 'discount' of gitlab.artweb.com.ua:Alex/semena
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/frontend/views/page/changeWithSize.php
... | ... | @@ -13,7 +13,7 @@ if ($discount == 0) { |
13 | 13 | $data['html'] = |
14 | 14 | '<div class="clearfix buy_compare"> |
15 | 15 | <div class="one_item_price float">'. $t->_("price") . |
16 | - '<span>' . $data['price'] . '</span> грн | |
16 | + ' <span>' . $data['price'] . '</span> грн | |
17 | 17 | '; |
18 | 18 | } |
19 | 19 | else { | ... | ... |