diff --git a/src/app/frontend/views/partial/item_group.php b/src/app/frontend/views/partial/item_group.php index e838010..3653779 100644 --- a/src/app/frontend/views/partial/item_group.php +++ b/src/app/frontend/views/partial/item_group.php @@ -34,7 +34,7 @@
_("price_from") ?> 0) { - echo ''.$i['price'].' грн'; + echo ''.$i['price'].' грн
'; echo ''.($i['price']*(1-$discount/100)).' грн'; } else { -- libgit2 0.21.4