@@ -31,7 +31,7 @@ |
||
| 31 | 31 | return ''; |
| 32 | 32 | } |
| 33 | 33 | |
| 34 | - return sprintf(' %s', collect($this->attr)->map(function ($value, $key) { |
|
| 34 | + return sprintf(' %s', collect($this->attr)->map(function($value, $key) { |
|
| 35 | 35 | return e($key).'="'.e($value).'"'; |
| 36 | 36 | })->implode(' ')); |
| 37 | 37 | } |