From be82ee81dbcbe4c3dca4914256d7f28e1c505ee6 Mon Sep 17 00:00:00 2001 From: Alexander Kochetov Date: Fri, 24 May 2013 01:26:31 +0400 Subject: [PATCH] Comment fixes --- framework/yii/jui/Accordion.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/framework/yii/jui/Accordion.php b/framework/yii/jui/Accordion.php index 9b68a7e..a4bae15 100644 --- a/framework/yii/jui/Accordion.php +++ b/framework/yii/jui/Accordion.php @@ -49,9 +49,9 @@ class Accordion extends Widget * 'header' => 'Section label', * // required, the content (HTML) of the section * 'content' => 'Mauris mauris ante, blandit et, ultrices a, suscipit eget...', - * // optional the HTML attributes of the content section + * // optional the HTML attributes of the section content container * 'options'=> array(...), - * // optional the HTML attributes of the header section + * // optional the HTML attributes of the section header container * 'headerOptions'=> array(...), * ) * ```