Commit 46fea6294076f6707efe1d89842af95a192027f2
1 parent
498c5288
image size
Showing
1 changed file
with
2 additions
and
1 deletions
Show diff stats
frontend/views/catalog/product_item.php
@@ -26,7 +26,8 @@ use yii\helpers\Url; | @@ -26,7 +26,8 @@ use yii\helpers\Url; | ||
26 | 'catalog/product', | 26 | 'catalog/product', |
27 | 'product' => $product, | 27 | 'product' => $product, |
28 | '#' => 'm' .$product->variant->product_variant_id]) | 28 | '#' => 'm' .$product->variant->product_variant_id]) |
29 | - ?>" class="name"><?= $product->fullname ?> | 29 | + ?>" |
30 | + class="name"><?= $product->fullname ?> | ||
30 | </a> | 31 | </a> |
31 | 32 | ||
32 | <?php | 33 | <?php |