Commit 38071e3b by Chong Freeman

Update ActiveForm.php

Incorrect character for generating docs. See http://www.yiiframework.com/doc-2.0/yii-bootstrap-activeform.html
parent ee9f7ed4
...@@ -21,7 +21,7 @@ use yii\base\InvalidConfigException; ...@@ -21,7 +21,7 @@ use yii\base\InvalidConfigException;
* use yii\bootstrap\ActiveForm; * use yii\bootstrap\ActiveForm;
* *
* $form = ActiveForm::begin(['layout' => 'horizontal']) * $form = ActiveForm::begin(['layout' => 'horizontal'])
* ``` * ```
* *
* This will set default values for the [[yii\bootstrap\ActiveField|ActiveField]] * This will set default values for the [[yii\bootstrap\ActiveField|ActiveField]]
* to render horizontal form fields. In particular the [[yii\bootstrap\ActiveField::template|template]] * to render horizontal form fields. In particular the [[yii\bootstrap\ActiveField::template|template]]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment