@@ -56,17 +56,17 @@ |
||
56 | 56 | $iconData[] = $icon; |
57 | 57 | $group = HTMLElement::factory( |
58 | 58 | 'div', |
59 | - [ 'class' => "input-group mb-3" ], |
|
59 | + ['class' => "input-group mb-3"], |
|
60 | 60 | [ |
61 | 61 | HTMLElement::factory( |
62 | 62 | 'div', |
63 | - [ 'class' => "input-group-prepend" ], |
|
63 | + ['class' => "input-group-prepend"], |
|
64 | 64 | HTMLElement::factory( |
65 | 65 | 'span', |
66 | - [ 'class' => "input-group-text" ], |
|
66 | + ['class' => "input-group-text"], |
|
67 | 67 | HTMLElement::factory( |
68 | 68 | 'i', |
69 | - [ 'class' => $iconData ], |
|
69 | + ['class' => $iconData], |
|
70 | 70 | [] |
71 | 71 | ) |
72 | 72 | ) |