Completed
Push — master ( 030457...e6466d )
by Dmitrijs
10:39 queued 08:30
created
src/widgets/Button.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -127,6 +127,6 @@
 block discarded – undo
127 127
         }
128 128
 
129 129
         $this->registerPlugin('button');
130
-        return Html::tag($this->tagName, $this->renderIcon($this->icon) . $label, $this->options);
130
+        return Html::tag($this->tagName, $this->renderIcon($this->icon).$label, $this->options);
131 131
     }
132 132
 }
Please login to merge, or discard this patch.