@@ -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', |