Commit c20fd11a82357afe8d36798cbde57d1d91bbdaf2
1 parent
baba04c2
test
Showing
2 changed files
with
2 additions
and
2 deletions
Show diff stats
frontend/views/company/review.php
@@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
29 | ], | 29 | ], |
30 | 'form_options' => [ | 30 | 'form_options' => [ |
31 | 'view' => 'form-comment-review', | 31 | 'view' => 'form-comment-review', |
32 | - 'tag' => false, | 32 | + 'tag' => 'span', |
33 | ], | 33 | ], |
34 | 'options' => [ | 34 | 'options' => [ |
35 | 'class' => 'proektant-comments-wr style', | 35 | 'class' => 'proektant-comments-wr style', |
frontend/views/performer/review.php
@@ -29,7 +29,7 @@ | @@ -29,7 +29,7 @@ | ||
29 | ], | 29 | ], |
30 | 'form_options' => [ | 30 | 'form_options' => [ |
31 | 'view' => 'form-comment-review', | 31 | 'view' => 'form-comment-review', |
32 | - 'tag' => false, | 32 | + 'tag' => 'span', |
33 | ], | 33 | ], |
34 | 'options' => [ | 34 | 'options' => [ |
35 | 'class' => 'proektant-comments-wr style', | 35 | 'class' => 'proektant-comments-wr style', |