Просмотр исходного кода

nl2br description développement

master
keun 7 лет назад
Родитель
Сommit
e7c6aa3b7f
1 измененных файлов: 1 добавлений и 1 удалений
  1. +1
    -1
      backend/views/developpement/index.php

+ 1
- 1
backend/views/developpement/index.php Просмотреть файл

@@ -55,7 +55,7 @@ $this->params['breadcrumbs'][] = $this->title;
'value' => function($model) {
$html = '<strong>'.Html::encode($model->objet).'</strong>' ;
if(strlen($model->description))
$html .= '<br />'.Html::encode($model->description) ;
$html .= '<br />'.nl2br(Html::encode($model->description)) ;
return $html ;
}],
[ 'attribute' => 'estimation_temps',

Загрузка…
Отмена
Сохранить