mirror of
https://github.com/yiisoft/yii2.git
synced 2025-08-26 06:15:19 +08:00
fixed typo
This commit is contained in:
@ -67,7 +67,7 @@ class Nav extends 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.
|
||||
*
|
||||
* 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();
|
||||
/**
|
||||
|
Reference in New Issue
Block a user