Browse Source

fixed typo

tags/2.0.0-beta
Alexander Makarov 11 years ago
parent
commit
240b42aa0c
  1. 2
      framework/yii/bootstrap/Nav.php

2
framework/yii/bootstrap/Nav.php

@ -67,7 +67,7 @@ class Nav extends Widget
* - items: array|string, optional, the configuration array for creating a [[Dropdown]] widget, * - items: array|string, optional, the configuration array for creating a [[Dropdown]] widget,
* or a string representing the dropdown menu. Note that Bootstrap does not support sub-dropdown menus. * or a string representing the dropdown menu. Note that Bootstrap does not support sub-dropdown menus.
* *
* It a menu item is a string, it will be rendered directly without HTML encoding. * If a menu item is a string, it will be rendered directly without HTML encoding.
*/ */
public $items = array(); public $items = array();
/** /**

Loading…
Cancel
Save