@@ -75,7 +75,7 @@ |
||
75 | 75 | $this->right(new RefreshButton()); |
76 | 76 | } |
77 | 77 | |
78 | - return $this->elements[$part]->map(function ($element) { |
|
78 | + return $this->elements[$part]->map(function($element) { |
|
79 | 79 | if ($element instanceof Htmlable) { |
80 | 80 | return $element->toHtml(); |
81 | 81 | } |