Commit 46fea6294076f6707efe1d89842af95a192027f2

Authored by Administrator
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 26 'catalog/product',
27 27 'product' => $product,
28 28 '#' => 'm' .$product->variant->product_variant_id])
29   - ?>" class="name"><?= $product->fullname ?>
  29 + ?>"
  30 + class="name"><?= $product->fullname ?>
30 31 </a>
31 32  
32 33 <?php
... ...