From c4c16d88768de87e2fa4a3d78c5b7322accc298f Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Thu, 23 May 2013 02:14:21 +0400 Subject: [PATCH] yii\bootstrap\Carousel fixes --- framework/yii/bootstrap/Carousel.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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(...), * ), * )