From 8310e2245b9314e1d481931aaa8e15448e1d7249 Mon Sep 17 00:00:00 2001 From: pana1990 Date: Tue, 24 Feb 2015 20:33:26 +0100 Subject: [PATCH] Remove double slash in the comment [skip ci] close #7429 --- ActiveField.php | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/ActiveField.php b/ActiveField.php index 3387c07..237b41a 100644 --- a/ActiveField.php +++ b/ActiveField.php @@ -71,17 +71,17 @@ use yii\helpers\ArrayHelper; * ]); * * // With 'default' layout you would use 'template' to size a specific field: - * // echo $form->field($model, 'demo', [ - * // 'template' => '{label}
{input}{error}{hint}
' - * // ]); + * echo $form->field($model, 'demo', [ + * 'template' => '{label}
{input}{error}{hint}
' + * ]); * - * // Input group - * echo $form->field($model, 'demo', [ - * 'inputTemplate' => '
@{input}
', - * ]); + * // Input group + * echo $form->field($model, 'demo', [ + * 'inputTemplate' => '
@{input}
', + * ]); * - * ActiveForm::end(); - * ``` + * ActiveForm::end(); + * ``` * * @see \yii\bootstrap\ActiveForm * @see http://getbootstrap.com/css/#forms