Commit e017f61e6fc03f4a610c6d76bb5f02e5c9ae14e3
1 parent
bb72a2ae
15.02.16
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
frontend/views/performer/portfolio_list_view.php
| @@ -36,5 +36,5 @@ use yii\helpers\StringHelper; | @@ -36,5 +36,5 @@ use yii\helpers\StringHelper; | ||
| 36 | <div class="portfolio-project-views-txt">14</div> | 36 | <div class="portfolio-project-views-txt">14</div> |
| 37 | </div> | 37 | </div> |
| 38 | </div> | 38 | </div> |
| 39 | - <div class="portfolio-project-blocks-tags"><?= StringHelper::truncate(implode(',',ArrayHelper::getColumn($model->specializations,'specialization_name')),50)?></div> | 39 | + <div class="portfolio-project-blocks-tags"><?= StringHelper::truncate(implode(', ',ArrayHelper::getColumn($model->specializations,'specialization_name')),50)?></div> |
| 40 | </div> | 40 | </div> |
| 41 | \ No newline at end of file | 41 | \ No newline at end of file |