Test Failed
Push — master ( 766657...e3cf3e )
by Alexey
04:30
created
system/modules/Ecommerce/appControllers/content/itemList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -16,7 +16,7 @@
 block discarded – undo
16 16
         </div>
17 17
         <div class="col-md-9">
18 18
             <h2 class="category-name"><?= $category ? $category->name : 'Каталог продукции'; ?></h2>
19
-            <?php $this->widget('Ecommerce\items/showOptions');?>
19
+            <?php $this->widget('Ecommerce\items/showOptions'); ?>
20 20
             <?php $this->widget('Ecommerce\items/icons', compact('items')); ?>
21 21
             <?php $this->widget('Ecommerce\items/table', ['items' => $items, 'hide' => true]); ?>
22 22
             <div class="text-center">
Please login to merge, or discard this patch.