Completed
Pull Request — 8.x-1.x (#137)
by
unknown
03:53
created
src/Form/WidgetsConfig.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -80,7 +80,7 @@
 block discarded – undo
80 80
     $form['widget'] = [
81 81
       '#type' => 'select',
82 82
       '#title' => $this->t('Add widget plugin'),
83
-      '#options' => ['_none_' => '- ' . $this->t('Select a widget to add it') . ' -'] + $widgets,
83
+      '#options' => ['_none_' => '- '.$this->t('Select a widget to add it').' -'] + $widgets,
84 84
       '#ajax' => [
85 85
         'callback' => [get_class($this), 'addWidgetCallback'],
86 86
         'wrapper' => 'widgets',
Please login to merge, or discard this patch.