Skip to content

Commit

Permalink
Remove double slash in the comment [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
pana1990 authored and cebe committed Feb 24, 2015
1 parent 2897257 commit c9cbfa0
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions extensions/bootstrap/ActiveField.php
Original file line number Diff line number Diff line change
Expand Up @@ -71,17 +71,17 @@
* ]);
*
* // With 'default' layout you would use 'template' to size a specific field:
* // echo $form->field($model, 'demo', [
* // 'template' => '{label} <div class="row"><div class="col-sm-4">{input}{error}{hint}</div></div>'
* // ]);
* echo $form->field($model, 'demo', [
* 'template' => '{label} <div class="row"><div class="col-sm-4">{input}{error}{hint}</div></div>'
* ]);
*
* // Input group
* echo $form->field($model, 'demo', [
* 'inputTemplate' => '<div class="input-group"><span class="input-group-addon">@</span>{input}</div>',
* ]);
* // Input group
* echo $form->field($model, 'demo', [
* 'inputTemplate' => '<div class="input-group"><span class="input-group-addon">@</span>{input}</div>',
* ]);
*
* ActiveForm::end();
* ```
* ActiveForm::end();
* ```
*
* @see \yii\bootstrap\ActiveForm
* @see http://getbootstrap.com/css/#forms
Expand Down

0 comments on commit c9cbfa0

Please sign in to comment.