瀏覽代碼

nl2br description développement

prodstable
keun 7 年之前
父節點
當前提交
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',

Loading…
取消
儲存