@@ -58,7 +58,7 @@ |
||
| 58 | 58 | '#type' => 'submit', |
| 59 | 59 | '#value' => $this->t('Remove'), |
| 60 | 60 | '#submit' => [[get_class($this), 'removeItemSubmit']], |
| 61 | - '#name' => 'remove_' . $id, |
|
| 61 | + '#name' => 'remove_'.$id, |
|
| 62 | 62 | '#attributes' => ['data-entity-id' => $id] |
| 63 | 63 | ], |
| 64 | 64 | ]; |