Completed
Push — master ( 11274f...286551 )
by Pavel
02:42
created
src/Column/ColumnLink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -90,7 +90,7 @@
 block discarded – undo
90 90
 		]);
91 91
 
92 92
 		if ($this->icon) {
93
-			$a->add(Html::el('span')->class(DataGrid::$icon_prefix . $this->icon));
93
+			$a->add(Html::el('span')->class(DataGrid::$icon_prefix.$this->icon));
94 94
 
95 95
 			if (strlen($this->text)) {
96 96
 				$a->add(' ');
Please login to merge, or discard this patch.