Commit 616c85344ed54c23058a33382d4131489da6decc
1 parent
90924316
test
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('Найти'); | ... | ... |