Procházet zdrojové kódy

nl2br description développement

master
keun před 7 roky
rodič
revize
e7c6aa3b7f
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      backend/views/developpement/index.php

+ 1
- 1
backend/views/developpement/index.php Zobrazit soubor

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

Načítá se…
Zrušit
Uložit