@@ -61,12 +61,12 @@ |
||
| 61 | 61 | [], |
| 62 | 62 | HTMLElement::factory( |
| 63 | 63 | 'b-icon', |
| 64 | - [ 'icon' => "upload", 'size' => "is-large" ] |
|
| 64 | + ['icon' => "upload", 'size' => "is-large"] |
|
| 65 | 65 | ) |
| 66 | 66 | ), |
| 67 | 67 | HTMLElement::factory( |
| 68 | 68 | 'p', |
| 69 | - [ 'class' => 'formularium-label'], |
|
| 69 | + ['class' => 'formularium-label'], |
|
| 70 | 70 | $extensions[Renderable::LABEL] ?? '' |
| 71 | 71 | ) |
| 72 | 72 | ] |
@@ -45,7 +45,7 @@ |
||
| 45 | 45 | ['class' => "file-icon"], |
| 46 | 46 | HTMLElement::factory( |
| 47 | 47 | 'i', |
| 48 | - [ 'class' => "fas fa-upload" ] |
|
| 48 | + ['class' => "fas fa-upload"] |
|
| 49 | 49 | ) |
| 50 | 50 | ), |
| 51 | 51 | HTMLElement::factory( |