diff --git a/Nav.php b/Nav.php index 5ccca05..9d4afc0 100644 --- a/Nav.php +++ b/Nav.php @@ -148,7 +148,7 @@ class Nav extends Widget $label = $this->encodeLabels ? Html::encode($item['label']) : $item['label']; $options = ArrayHelper::getValue($item, 'options', []); $items = ArrayHelper::getValue($item, 'items'); - $url = Html::url(ArrayHelper::getValue($item, 'url', '#')); + $url = ArrayHelper::getValue($item, 'url', '#'); $linkOptions = ArrayHelper::getValue($item, 'linkOptions', []); if (isset($item['active'])) {