Completed
Push — master ( 566ea5...cc0dac )
by Jeff
06:09 queued 02:42
created
views/frontend/default.php 1 patch
Spacing   +2 added lines, -2 removed lines patch added patch discarded remove patch
@@ -39,11 +39,11 @@
 block discarded – undo
39 39
         $js[] = str_replace('%field%', '#field_'.$field->id, $field->js);
40 40
     }
41 41
 
42
-    $contentTypes = array_map(function ($ct) {
42
+    $contentTypes = array_map(function($ct) {
43 43
         return $ct->id;
44 44
     }, $field->contentTypes);
45 45
 
46
-    $classes = array_map(function ($ct) {
46
+    $classes = array_map(function($ct) {
47 47
         return 'field_'.$ct;
48 48
     }, $contentTypes);
49 49
 
Please login to merge, or discard this patch.