Browse Source

nl2br description développement

prodstable
keun 7 years ago
parent
commit
e7c6aa3b7f
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      backend/views/developpement/index.php

+ 1
- 1
backend/views/developpement/index.php View File

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

Loading…
Cancel
Save