Subversion Repositories eFlore/Applications.eflore-consultation

Compare Revisions

Regard whitespace Rev 624 → Rev 625

/trunk/modules/fiche/formateurs/Description.php
139,8 → 139,7
$texte = $this->textes->getTexte();
if ($texte) {
$coste['titre'] = $texte['titre'];
$texte = $this->MettreEnFormeCoste($texte['texte']);
$coste['description'] = $texte ;
$coste['description'] = $this->mettreEnFormeCoste($texte['texte']);
}
$this->meta->setProjet('coste');
$meta = $this->meta->getMetaDonnees();
150,7 → 149,7
return $coste;
}
public function MettreEnFormeCoste($texte){
public function mettreEnFormeCoste($texte){
$this->CosteFormate = array();
$this->CosteTexte = $texte;
//decouper elements remarquables avant le texte