Commit 5c608501b8e4fbc70cd352a0a01eb847d01c2090
Merge remote-tracking branch 'origin/master'
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/search/customer.php
... | ... | @@ -125,7 +125,7 @@ |
125 | 125 | 'action' => [ '' ], |
126 | 126 | 'options' => [ 'class' => 'search-worker-form' ], |
127 | 127 | ]); |
128 | - echo $form2->field($model, 'info', [ 'options' => [ 'tag' => false ] ]) | |
128 | + echo $form2->field($model, 'info', [ 'options' => [ 'tag' => 'span' ] ]) | |
129 | 129 | ->label(false) |
130 | 130 | ->textInput([ 'placeholder' => $model->getAttributeLabel('info') ]); |
131 | 131 | echo Html::submitInput('Найти'); | ... | ... |