Completed
Push — master ( a3c126...11274f )
by Pavel
9s
created
src/Column/ColumnLink.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -93,7 +93,7 @@
 block discarded – undo
93 93
 		if ($this->class) { $a->class($this->class); }
94 94
 		$element = $a;
95 95
 
96
-		if($this->icon != NULL) {
96
+		if ($this->icon != NULL) {
97 97
 			$emptyEl = Html::el('span');
98 98
 
99 99
 			$span = Html::el('span')->addAttributes(array("class" => $this->icon));
Please login to merge, or discard this patch.