Commit a29e68cc0129b2a040938bb61eedaafd0b8e050e
1 parent
137fb94f
price display item
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 { | ... | ... |