From f7257e53f05faa1399616ec172248106171769a0 Mon Sep 17 00:00:00 2001 From: Qiang Xue Date: Wed, 24 Jul 2013 13:41:14 -0400 Subject: [PATCH] Fixes #659. --- framework/yii/helpers/HtmlBase.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/yii/helpers/HtmlBase.php b/framework/yii/helpers/HtmlBase.php index e84c504..b1d514f 100644 --- a/framework/yii/helpers/HtmlBase.php +++ b/framework/yii/helpers/HtmlBase.php @@ -1509,7 +1509,7 @@ class HtmlBase * Generates an appropriate input ID for the specified attribute name or expression. * * This method converts the result [[getInputName()]] into a valid input ID. - * For example, [[getInputName()]] returns `Post[content]`, this method will return `Post-method`. + * For example, if [[getInputName()]] returns `Post[content]`, this method will return `post-content`. * @param Model $model the model object * @param string $attribute the attribute name or expression. See [[getAttributeName()]] for explanation of attribute expression. * @return string the generated input ID