From 7b1d29feef344ed6034223921f1dc7d6deeb05e5 Mon Sep 17 00:00:00 2001 From: Chong Freeman Date: Sat, 21 Jun 2014 14:36:24 +0800 Subject: [PATCH] Update ActiveForm.php Incorrect character for generating docs. See http://www.yiiframework.com/doc-2.0/yii-bootstrap-activeform.html --- ActiveForm.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ActiveForm.php b/ActiveForm.php index 5ac1b1a..0a3b821 100644 --- a/ActiveForm.php +++ b/ActiveForm.php @@ -21,7 +21,7 @@ use yii\base\InvalidConfigException; * use yii\bootstrap\ActiveForm; * * $form = ActiveForm::begin(['layout' => 'horizontal']) - * ``` + * ``` * * This will set default values for the [[yii\bootstrap\ActiveField|ActiveField]] * to render horizontal form fields. In particular the [[yii\bootstrap\ActiveField::template|template]]