mirror of
https://github.com/yiisoft/yii2.git
synced 2025-11-04 22:57:40 +08:00
Fixes example code symbol errors
This commit is contained in:
@ -39,7 +39,7 @@ use yii\helpers\Html;
|
|||||||
* 'label' => 'Ajax tab',
|
* 'label' => 'Ajax tab',
|
||||||
* 'url' => ['ajax/content'],
|
* 'url' => ['ajax/content'],
|
||||||
* ],
|
* ],
|
||||||
* ),
|
* ],
|
||||||
* 'options' => ['tag' => 'div'],
|
* 'options' => ['tag' => 'div'],
|
||||||
* 'itemOptions' => ['tag' => 'div'],
|
* 'itemOptions' => ['tag' => 'div'],
|
||||||
* 'headerOptions' => ['class' => 'my-class'],
|
* 'headerOptions' => ['class' => 'my-class'],
|
||||||
|
|||||||
Reference in New Issue
Block a user