diff --git a/NavBar.php b/NavBar.php index acaebf8..e9feda5 100644 --- a/NavBar.php +++ b/NavBar.php @@ -139,7 +139,7 @@ class NavBar extends Widget echo Html::endTag('div'); } $tag = ArrayHelper::remove($this->options, 'tag', 'nav'); - echo Html::endTag($tag, $this->options); + echo Html::endTag($tag); BootstrapPluginAsset::register($this->getView()); }