From ef941bc83ea63326e44769b922476dc1035ea551 Mon Sep 17 00:00:00 2001 From: Klimov Paul Date: Sun, 24 Jan 2016 19:03:09 +0200 Subject: [PATCH] redundant code removed --- NavBar.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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()); }