Commit b88906632e80c5e1b60d0935b82452839c745977

Authored by Eugeny Galkovskiy
1 parent 5f3801d4

123

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
frontend/views/comments/_form.php
@@ -26,7 +26,7 @@ @@ -26,7 +26,7 @@
26 <div class="form-comm-wr"> 26 <div class="form-comm-wr">
27 <?php 27 <?php
28 28
29 - echo $form->field($comment_model, 'text', [ 'options' => [ 'class' => 'form-group input_bl area_bl', 'placeholder' => 'Комментарий' ] ]) 29 + echo $form->field($comment_model, 'text', [ 'options' => [ 'class' => 'form-group input_bl area_bl' ], 'placeholder' => 'Комментарий' ])
30 ->textarea(); 30 ->textarea();
31 31
32 echo $form->field($comment_model, 'username', [ 'options' => [ 'class' => 'form-group input_bl' ] ]) 32 echo $form->field($comment_model, 'username', [ 'options' => [ 'class' => 'form-group input_bl' ] ])