@@ -46,7 +46,7 @@ |
||
46 | 46 | /* initialize css class for each alert box */ |
47 | 47 | $this->options['class'] = $this->alertTypes[$type]; |
48 | 48 | /* assign unique id to each alert box */ |
49 | - $this->options['id'] = $this->getId() . '-' . $type; |
|
49 | + $this->options['id'] = $this->getId().'-'.$type; |
|
50 | 50 | echo \yii\bootstrap4\Alert::widget([ |
51 | 51 | 'body' => $message, |
52 | 52 | 'closeButton' => $this->closeButton, |