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