Browse Source

Merge pull request #707 from yiidevelop/patch-2

Add encodeLabels configure
tags/2.0.0-beta
Qiang Xue 11 years ago
parent
commit
2017a96a16
  1. 1
      framework/yii/bootstrap/Nav.php

1
framework/yii/bootstrap/Nav.php

@ -136,6 +136,7 @@ class Nav extends Widget
if (is_array($items)) {
$items = Dropdown::widget(array(
'items' => $items,
'encodeLabels'=>$this->encodeLabels,
'clientOptions' => false,
));
}

Loading…
Cancel
Save