Passed
Pull Request — master (#3060)
by
unknown
06:08
created
app/Functions/FunctionsPrintLists.php 1 patch
Indentation   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -146,7 +146,7 @@
 block discarded – undo
146 146
                     $html2 .= '<ul class="col list_value list-unstyled">';
147 147
                         foreach ($column as $item) {
148 148
                             $html2 .= '<li>';
149
-                               $html2 .= $item;
149
+                                $html2 .= $item;
150 150
                             $html2 .= '</li>';
151 151
                         }
152 152
                     $html2 .= '</ul>';
Please login to merge, or discard this patch.