diff --git a/framework/yii/bootstrap/Carousel.php b/framework/yii/bootstrap/Carousel.php index 6515eb6..5b3449e 100644 --- a/framework/yii/bootstrap/Carousel.php +++ b/framework/yii/bootstrap/Carousel.php @@ -26,7 +26,7 @@ use yii\helpers\Html; * ), * array( * 'content' => '', - * 'caption' => '

This is title

This is the caption text

', + * 'caption' => '

This is title

This is the caption text

', * 'options' => array(...), * ), * )