Browse Source

redundant code removed

tags/2.0.6
Klimov Paul 9 years ago
parent
commit
ef941bc83e
  1. 2
      NavBar.php

2
NavBar.php

@ -139,7 +139,7 @@ class NavBar extends Widget
echo Html::endTag('div'); echo Html::endTag('div');
} }
$tag = ArrayHelper::remove($this->options, 'tag', 'nav'); $tag = ArrayHelper::remove($this->options, 'tag', 'nav');
echo Html::endTag($tag, $this->options); echo Html::endTag($tag);
BootstrapPluginAsset::register($this->getView()); BootstrapPluginAsset::register($this->getView());
} }

Loading…
Cancel
Save