Commit 3dd516e4 by Alexander Makarov

Fixes #4701

parent 7cf358af
...@@ -140,7 +140,7 @@ class Alert extends Widget ...@@ -140,7 +140,7 @@ class Alert extends Widget
Html::addCssClass($this->options, 'fade'); Html::addCssClass($this->options, 'fade');
Html::addCssClass($this->options, 'in'); Html::addCssClass($this->options, 'in');
if ($this->closeButton !== null) { if ($this->closeButton !== false) {
$this->closeButton = array_merge([ $this->closeButton = array_merge([
'data-dismiss' => 'alert', 'data-dismiss' => 'alert',
'aria-hidden' => 'true', 'aria-hidden' => 'true',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment