Fixes example code symbol errors

This commit is contained in:
Aoseala
2014-05-04 23:11:10 +08:00
parent 94d4dd2491
commit f9370204d8

View File

@ -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'],