Passed
Push — master ( 6aea51...c8f806 )
by Alexey
05:04
created
system/modules/Ecommerce/widgets/items/showOptions.php 1 patch
Indentation   +6 added lines, -6 removed lines patch added patch discarded remove patch
@@ -14,12 +14,12 @@
 block discarded – undo
14 14
             <span class="caption">Вид:</span>
15 15
             <span class="group">
16 16
               <?php
17
-              for ($i = 2; $i < 5; $i++) {
18
-                  $curLimit = $limit * $i;
19
-                  $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit]));
20
-                  echo " <a href='{$path}?{$curQuery}'>{$curLimit}</a> ";
21
-              }
22
-              ?>
17
+                for ($i = 2; $i < 5; $i++) {
18
+                    $curLimit = $limit * $i;
19
+                    $curQuery = http_build_query(array_merge($query, ['limit' => $curLimit]));
20
+                    echo " <a href='{$path}?{$curQuery}'>{$curLimit}</a> ";
21
+                }
22
+                ?>
23 23
             </span>
24 24
             <span class="group">
25 25
                 <a href ='#' onclick="inji.onLoad(function () {
Please login to merge, or discard this patch.