Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 2104 → Rev 2109

/trunk/papyrus/applettes/moteur_recherche/bibliotheque/more_recherche_bazar.class.php
89,8 → 89,8
$aso_ligne['url'] = sprintf($bazar['url'],$ligne['bf_id_fiche']);
$aso_ligne['url_simple'] = $aso_ligne['url'] ;
$aso_ligne['titre'] = htmlentities($ligne['bf_titre']);
$aso_ligne['description'] = htmlentities(More_Recherche::couperTexte($ligne['bf_description'], MORE_RESULTAT_TAILLE_DESCRIPTION));
$aso_ligne['titre'] = htmlentities($ligne['bf_titre'], ENT_COMPAT|ENT_HTML401, 'ISO8859-15');
$aso_ligne['description'] = htmlentities(More_Recherche::couperTexte($ligne['bf_description'], MORE_RESULTAT_TAILLE_DESCRIPTION), ENT_COMPAT|ENT_HTML401, 'ISO8859-15');
$aso_resultat[] = $aso_ligne;
}
}