Completed
Pull Request — master (#2953)
by
unknown
02:16
created
src/Form/Field/Text.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -36,7 +36,7 @@
 block discarded – undo
36 36
     {
37 37
         $this->initPlainInput();
38 38
 
39
-        $this->prepend('<i class="fa ' . $this->icon . ' fa-fw"></i>')
39
+        $this->prepend('<i class="fa '.$this->icon.' fa-fw"></i>')
40 40
             ->defaultAttribute('type', 'text')
41 41
             ->defaultAttribute('id', $this->id)
42 42
             ->defaultAttribute('name', $this->elementName ?: $this->formatName($this->column))
Please login to merge, or discard this patch.