Commit c20fd11a82357afe8d36798cbde57d1d91bbdaf2

Authored by Yarik
1 parent baba04c2

test

frontend/views/company/review.php
... ... @@ -29,7 +29,7 @@
29 29 ],
30 30 'form_options' => [
31 31 'view' => 'form-comment-review',
32   - 'tag' => false,
  32 + 'tag' => 'span',
33 33 ],
34 34 'options' => [
35 35 'class' => 'proektant-comments-wr style',
... ...
frontend/views/performer/review.php
... ... @@ -29,7 +29,7 @@
29 29 ],
30 30 'form_options' => [
31 31 'view' => 'form-comment-review',
32   - 'tag' => false,
  32 + 'tag' => 'span',
33 33 ],
34 34 'options' => [
35 35 'class' => 'proektant-comments-wr style',
... ...