Completed
Pull Request — 8.x-1.x (#138)
by
unknown
21:45 queued 23s
created
src/Plugin/EntityBrowser/SelectionDisplay/NewDisplay.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -58,7 +58,7 @@
 block discarded – undo
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
           ];
Please login to merge, or discard this patch.