Completed
Push — master ( 1f93e9...83e9db )
by Pavel
03:04
created
src/Filter/FilterMultiSelect.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -39,7 +39,7 @@
 block discarded – undo
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
 
Please login to merge, or discard this patch.