@@ -61,7 +61,7 @@ |
||
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 | /** |