Completed
Pull Request — 8.x-1.x (#138)
by
unknown
02:34
created
src/Plugin/EntityBrowser/SelectionDisplay/NewDisplay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -55,7 +55,7 @@
 block discarded – undo
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' => [
Please login to merge, or discard this patch.