@@ -55,7 +55,7 @@ |
||
55 | 55 | '#type' => 'submit', |
56 | 56 | '#value' => $this->t('Remove'), |
57 | 57 | '#submit' => [[get_class($this), 'removeItemSubmit']], |
58 | - '#name' => 'remove_' . $id, |
|
58 | + '#name' => 'remove_'.$id, |
|
59 | 59 | '#attributes' => ['data-row-id' => $id] |
60 | 60 | ], |
61 | 61 | 'weight' => [ |