@@ -39,7 +39,7 @@ |
||
39 | 39 | { |
40 | 40 | parent::__construct($key, $name, $options, $column); |
41 | 41 | |
42 | - $this->addAttribute('data-selected-icon-check', DataGrid::$icon_prefix . 'check'); |
|
42 | + $this->addAttribute('data-selected-icon-check', DataGrid::$icon_prefix.'check'); |
|
43 | 43 | } |
44 | 44 | |
45 | 45 |