Completed
Pull Request — master (#4)
by Jason
03:40
created
src/Elements/ElementFileList.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -61,7 +61,7 @@
 block discarded – undo
61 61
         } else {
62 62
             $label = ' files';
63 63
         }
64
-        return DBField::create_field('HTMLText', $this->Files()->count() . ' ' . $label)->Summary(20);
64
+        return DBField::create_field('HTMLText', $this->Files()->count().' '.$label)->Summary(20);
65 65
     }
66 66
 
67 67
     /**
Please login to merge, or discard this patch.