Subversion Repositories eFlore/Applications.del

Compare Revisions

Ignore whitespace Rev 1229 → Rev 1230

/trunk/services/modules/0.1/syndication/SyndicationVotesParProtocole.php
213,7 → 213,7
private function creerTitre($element) {
$intitule = 'Vote';
$titre = $intitule.' '.$element['valeur'].' - '.htmlspecialchars($this->creerAuteur($element)).' ('.htmlspecialchars($element['nom_sel']).', le '.substr($element['date_vote'], 0, 10).')';
$titre = $intitule.' '.$element['valeur'].' - '.htmlspecialchars($this->creerAuteur($element)).' ('.htmlspecialchars($element['nom_sel']).', par '.htmlspecialchars($this->creerAuteur($element));
return $titre;
}